Color Hex Logo

#dae0cc Color Hex

#DAE0CC
(218,224,204)
0 Favorites   0 Comments

Color spaces of #dae0cc

RGB 218224204
HSL0.220.240.84
HSV78°88°
CMYK 0.030.000.09   0.12
XYZ66.468272.576467.6321
Yxy72.57640.32160.3512
Hunter Lab85.1918-9.816612.5651
CIE-Lab88.2453-5.52519.0880

#dae0cc color RGB value is (218,224,204).

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

The process color (four color CMYK) of #dae0cc color hex is 0.03, 0.00, 0.09, 0.12. Web safe color of #dae0cc is #cccccc. Color #dae0cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100000 11001100
Octal 332 340 314
Decimal 218 224 204
Hex DA E0 CC

RGB Percentages of Color #dae0cc

%33.75
%34.67
%31.58

CMYK Percentages of Color #dae0cc

%3
%0
%9
%12

Triadic Colors of #dae0cc

#dae0cc #ccdae0 #e0ccda

Analogous Colors of #dae0cc

#dae0cc #d0e0cc #e0dccc

Monochromatic Colors of #dae0cc

#dae0cc

Complementary Color

#dae0cc #d2cce0

#dae0cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae0cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae0cc Color CSS Codes

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

#dae0cc Text Font Color

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

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


#dae0cc Background Color

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

This div background color is #dae0cc


#dae0cc Border Color

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

This div border color is #dae0cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae0cc


Comments

No comments written yet.

Please login to write comment.