Color Hex Logo

#dae0cd Color Hex

#DAE0CD
(218,224,205)
0 Favorites   0 Comments

Color spaces of #dae0cd

RGB 218224205
HSL0.220.230.84
HSV79°88°
CMYK 0.030.000.08   0.12
XYZ66.588572.624568.2659
Yxy72.62450.32090.3500
Hunter Lab85.2200-9.660212.1595
CIE-Lab88.2683-5.35688.5963

#dae0cd color RGB value is (218,224,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100000 11001101
Octal 332 340 315
Decimal 218 224 205
Hex DA E0 CD

RGB Percentages of Color #dae0cd

%33.69
%34.62
%31.68

CMYK Percentages of Color #dae0cd

%3
%0
%8
%12

Triadic Colors of #dae0cd

#dae0cd #cddae0 #e0cdda

Analogous Colors of #dae0cd

#dae0cd #d1e0cd #e0ddcd

Monochromatic Colors of #dae0cd

#dae0cd

Complementary Color

#dae0cd #d3cde0

#dae0cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae0cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae0cd Color CSS Codes

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

#dae0cd Text Font Color

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

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


#dae0cd Background Color

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

This div background color is #dae0cd


#dae0cd Border Color

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

This div border color is #dae0cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae0cd


Comments

No comments written yet.

Please login to write comment.