Color Hex Logo

#dcf3aa Color Hex

#DCF3AA
(220,243,170)
0 Favorites   0 Comments

Color spaces of #dcf3aa

RGB 220243170
HSL0.220.750.81
HSV79°30°95°
CMYK 0.090.000.30   0.05
XYZ68.821582.219150.2728
Yxy82.21910.34190.4084
Hunter Lab90.6747-23.200630.6002
CIE-Lab92.6715-19.426432.7842

#dcf3aa color RGB value is (220,243,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110011 10101010
Octal 334 363 252
Decimal 220 243 170
Hex DC F3 AA

RGB Percentages of Color #dcf3aa

%34.76
%38.39
%26.86

CMYK Percentages of Color #dcf3aa

%9
%0
%30
%5

Triadic Colors of #dcf3aa

#dcf3aa #aadcf3 #f3aadc

Analogous Colors of #dcf3aa

#dcf3aa #b8f3aa #f3e6aa

Monochromatic Colors of #dcf3aa

#dcf3aa

Complementary Color

#dcf3aa #c1aaf3

#dcf3aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf3aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf3aa Color CSS Codes

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

#dcf3aa Text Font Color

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

This sample text font color is #dcf3aa
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.


#dcf3aa Background Color

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

This div background color is #dcf3aa


#dcf3aa Border Color

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

This div border color is #dcf3aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,243,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 #dcf3aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf3aa


Comments

No comments written yet.

Please login to write comment.