Color Hex Logo

#dae5cc Color Hex

#DAE5CC
(218,229,204)
0 Favorites   0 Comments

Color spaces of #dae5cc

RGB 218229204
HSL0.240.320.85
HSV86°11°90°
CMYK 0.050.000.11   0.10
XYZ67.831875.303768.0867
Yxy75.30370.32110.3565
Hunter Lab86.7777-12.332314.2248
CIE-Lab89.5351-8.070110.9302

#dae5cc color RGB value is (218,229,204).

#dae5cc hex color red value is 218, green value is 229 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dae5cc hue: 0.24 , saturation: 0.32 and the lightness value of dae5cc is 0.85.

The process color (four color CMYK) of #dae5cc color hex is 0.05, 0.00, 0.11, 0.10. Web safe color of #dae5cc is #cccccc. Color #dae5cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100101 11001100
Octal 332 345 314
Decimal 218 229 204
Hex DA E5 CC

RGB Percentages of Color #dae5cc

%33.49
%35.18
%31.34

CMYK Percentages of Color #dae5cc

%5
%0
%11
%10

Triadic Colors of #dae5cc

#dae5cc #ccdae5 #e5ccda

Analogous Colors of #dae5cc

#dae5cc #cee5cc #e5e4cc

Monochromatic Colors of #dae5cc

#dae5cc

Complementary Color

#dae5cc #d7cce5

#dae5cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae5cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae5cc Color CSS Codes

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

#dae5cc Text Font Color

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

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


#dae5cc Background Color

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

This div background color is #dae5cc


#dae5cc Border Color

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

This div border color is #dae5cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,229,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dae5cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dae5cc;
  -webkit-box-shadow: 1px 1px 3px 2px #dae5cc;
  box-shadow:         1px 1px 3px 2px #dae5cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,229,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae5cc


Comments

No comments written yet.

Please login to write comment.