Color Hex Logo

#dcefae Color Hex

#DCEFAE
(220,239,174)
0 Favorites   0 Comments

Color spaces of #dcefae

RGB 220239174
HSL0.220.670.81
HSV78°27°94°
CMYK 0.080.000.27   0.06
XYZ68.021780.004651.9017
Yxy80.00460.34020.4002
Hunter Lab89.4453-20.782928.2080
CIE-Lab91.6869-16.928829.4349

#dcefae color RGB value is (220,239,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101111 10101110
Octal 334 357 256
Decimal 220 239 174
Hex DC EF AE

RGB Percentages of Color #dcefae

%34.76
%37.76
%27.49

CMYK Percentages of Color #dcefae

%8
%0
%27
%6

Triadic Colors of #dcefae

#dcefae #aedcef #efaedc

Analogous Colors of #dcefae

#dcefae #bcefae #efe2ae

Monochromatic Colors of #dcefae

#dcefae

Complementary Color

#dcefae #c1aeef

#dcefae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcefae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcefae Color CSS Codes

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

#dcefae Text Font Color

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

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


#dcefae Background Color

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

This div background color is #dcefae


#dcefae Border Color

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

This div border color is #dcefae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcefae


Comments

No comments written yet.

Please login to write comment.