Color Hex Logo

#daeae0 Color Hex

#DAEAE0
(218,234,224)
0 Favorites   0 Comments

Color spaces of #daeae0

RGB 218234224
HSL0.400.280.89
HSV143°92°
CMYK 0.070.000.04   0.08
XYZ71.790879.132982.0114
Yxy79.13290.30820.3397
Hunter Lab88.9567-11.61917.6087
CIE-Lab91.2944-7.12433.0197

#daeae0 color RGB value is (218,234,224).

#daeae0 hex color red value is 218, green value is 234 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #daeae0 hue: 0.40 , saturation: 0.28 and the lightness value of daeae0 is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101010 11100000
Octal 332 352 340
Decimal 218 234 224
Hex DA EA E0

RGB Percentages of Color #daeae0

%32.25
%34.62
%33.14

CMYK Percentages of Color #daeae0

%7
%0
%4
%8

Triadic Colors of #daeae0

#daeae0 #e0daea #eae0da

Analogous Colors of #daeae0

#daeae0 #daeae8 #dceada

Monochromatic Colors of #daeae0

#daeae0

Complementary Color

#daeae0 #eadae4

#daeae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daeae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daeae0 Color CSS Codes

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

#daeae0 Text Font Color

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

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


#daeae0 Background Color

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

This div background color is #daeae0


#daeae0 Border Color

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

This div border color is #daeae0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daeae0


Comments

No comments written yet.

Please login to write comment.