Color Hex Logo

#dcefaa Color Hex

#DCEFAA
(220,239,170)
0 Favorites   0 Comments

Color spaces of #dcefaa

RGB 220239170
HSL0.210.680.80
HSV77°29°94°
CMYK 0.080.000.29   0.06
XYZ67.637479.850949.8781
Yxy79.85090.34270.4046
Hunter Lab89.3593-21.269529.4574
CIE-Lab91.6179-17.475231.3734

#dcefaa color RGB value is (220,239,170).

#dcefaa hex color red value is 220, green value is 239 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dcefaa hue: 0.21 , saturation: 0.68 and the lightness value of dcefaa is 0.80.

The process color (four color CMYK) of #dcefaa color hex is 0.08, 0.00, 0.29, 0.06. Web safe color of #dcefaa is #ccff99. Color #dcefaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101111 10101010
Octal 334 357 252
Decimal 220 239 170
Hex DC EF AA

RGB Percentages of Color #dcefaa

%34.98
%38.00
%27.03

CMYK Percentages of Color #dcefaa

%8
%0
%29
%6

Triadic Colors of #dcefaa

#dcefaa #aadcef #efaadc

Analogous Colors of #dcefaa

#dcefaa #baefaa #efe0aa

Monochromatic Colors of #dcefaa

#dcefaa

Complementary Color

#dcefaa #bdaaef

#dcefaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcefaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcefaa Color CSS Codes

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

#dcefaa Text Font Color

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

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


#dcefaa Background Color

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

This div background color is #dcefaa


#dcefaa Border Color

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

This div border color is #dcefaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcefaa


Comments

No comments written yet.

Please login to write comment.