Color Hex Logo

#dae6cc Color Hex

#DAE6CC
(218,230,204)
0 Favorites   0 Comments

Color spaces of #dae6cc

RGB 218230204
HSL0.240.340.85
HSV88°11°90°
CMYK 0.050.000.11   0.10
XYZ68.109375.858768.1792
Yxy75.85870.32100.3576
Hunter Lab87.0969-12.833614.5558
CIE-Lab89.7937-8.576411.2987

#dae6cc color RGB value is (218,230,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100110 11001100
Octal 332 346 314
Decimal 218 230 204
Hex DA E6 CC

RGB Percentages of Color #dae6cc

%33.44
%35.28
%31.29

CMYK Percentages of Color #dae6cc

%5
%0
%11
%10

Triadic Colors of #dae6cc

#dae6cc #ccdae6 #e6ccda

Analogous Colors of #dae6cc

#dae6cc #cde6cc #e6e5cc

Monochromatic Colors of #dae6cc

#dae6cc

Complementary Color

#dae6cc #d8cce6

#dae6cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae6cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae6cc Color CSS Codes

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

#dae6cc Text Font Color

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

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


#dae6cc Background Color

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

This div background color is #dae6cc


#dae6cc Border Color

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

This div border color is #dae6cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae6cc

#dae6cc Color Palettes


Comments

No comments written yet.

Please login to write comment.