Color Hex Logo

#daeec0 Color Hex

#DAEEC0
(218,238,192)
0 Favorites   0 Comments

Color spaces of #daeec0

RGB 218238192
HSL0.240.580.84
HSV86°19°93°
CMYK 0.080.000.19   0.07
XYZ69.002479.860361.6469
Yxy79.86030.32780.3794
Hunter Lab89.3646-18.560221.6548
CIE-Lab91.6221-14.510420.1002

#daeec0 color RGB value is (218,238,192).

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

The process color (four color CMYK) of #daeec0 color hex is 0.08, 0.00, 0.19, 0.07. Web safe color of #daeec0 is #ccffcc. Color #daeec0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101110 11000000
Octal 332 356 300
Decimal 218 238 192
Hex DA EE C0

RGB Percentages of Color #daeec0

%33.64
%36.73
%29.63

CMYK Percentages of Color #daeec0

%8
%0
%19
%7

Triadic Colors of #daeec0

#daeec0 #c0daee #eec0da

Analogous Colors of #daeec0

#daeec0 #c3eec0 #eeebc0

Monochromatic Colors of #daeec0

#daeec0

Complementary Color

#daeec0 #d4c0ee

#daeec0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daeec0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daeec0 Color CSS Codes

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

#daeec0 Text Font Color

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

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


#daeec0 Background Color

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

This div background color is #daeec0


#daeec0 Border Color

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

This div border color is #daeec0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daeec0


Comments

No comments written yet.

Please login to write comment.