Color Hex Logo

#dcf1aa Color Hex

#DCF1AA
(220,241,170)
0 Favorites   0 Comments

Color spaces of #dcf1aa

RGB 220241170
HSL0.220.720.81
HSV78°29°95°
CMYK 0.090.000.29   0.05
XYZ68.226281.028550.0744
Yxy81.02850.34230.4065
Hunter Lab90.0158-22.236230.0290
CIE-Lab92.1444-18.452832.0791

#dcf1aa color RGB value is (220,241,170).

#dcf1aa hex color red value is 220, green value is 241 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dcf1aa hue: 0.22 , saturation: 0.72 and the lightness value of dcf1aa is 0.81.

The process color (four color CMYK) of #dcf1aa color hex is 0.09, 0.00, 0.29, 0.05. Web safe color of #dcf1aa is #ccff99. Color #dcf1aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110001 10101010
Octal 334 361 252
Decimal 220 241 170
Hex DC F1 AA

RGB Percentages of Color #dcf1aa

%34.87
%38.19
%26.94

CMYK Percentages of Color #dcf1aa

%9
%0
%29
%5

Triadic Colors of #dcf1aa

#dcf1aa #aadcf1 #f1aadc

Analogous Colors of #dcf1aa

#dcf1aa #b9f1aa #f1e3aa

Monochromatic Colors of #dcf1aa

#dcf1aa

Complementary Color

#dcf1aa #bfaaf1

#dcf1aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf1aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf1aa Color CSS Codes

.mybgcolor {background-color:#dcf1aa; } 
.myforecolor {color:#dcf1aa; }
.mybordercolor {border:3px solid #dcf1aa; }

#dcf1aa Text Font Color

<p style="color:#dcf1aa">Text here</p>

This sample text font color is #dcf1aa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dcf1aa Background Color

<div style="background-color:#dcf1aa">
Div content here</div>

This div background color is #dcf1aa


#dcf1aa Border Color

<div style="border:3px solid #dcf1aa">
Div here</div>

This div border color is #dcf1aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,241,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dcf1aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dcf1aa;
  -webkit-box-shadow: 1px 1px 3px 2px #dcf1aa;
  box-shadow:         1px 1px 3px 2px #dcf1aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,241,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dcf1aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dcf1aa;
  -webkit-box-shadow: 1px 1px 3px 2px #dcf1aa;
  box-shadow:         1px 1px 3px 2px #dcf1aa;">
Div content here</div>

This div box has shadow with color #dcf1aa


Comments

No comments written yet.

Please login to write comment.