Color Hex Logo

#daeaed Color Hex

#DAEAED
(218,234,237)
0 Favorites   0 Comments

Color spaces of #daeaed

RGB 218234237
HSL0.530.350.89
HSV189°93°
CMYK 0.080.010.00   0.07
XYZ73.622379.865591.6560
Yxy79.86550.30030.3258
Hunter Lab89.3675-9.34211.7490
CIE-Lab91.6245-4.7073-3.2818

#daeaed color RGB value is (218,234,237).

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

The process color (four color CMYK) of #daeaed color hex is 0.08, 0.01, 0.00, 0.07. Web safe color of #daeaed is #ccffff. Color #daeaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101010 11101101
Octal 332 352 355
Decimal 218 234 237
Hex DA EA ED

RGB Percentages of Color #daeaed

%31.64
%33.96
%34.40

CMYK Percentages of Color #daeaed

%8
%1
%0
%7

Triadic Colors of #daeaed

#daeaed #eddaea #eaedda

Analogous Colors of #daeaed

#daeaed #dae1ed #daede7

Monochromatic Colors of #daeaed

#daeaed

Complementary Color

#daeaed #edddda

#daeaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daeaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#daeaed Color CSS Codes

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

#daeaed Text Font Color

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

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


#daeaed Background Color

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

This div background color is #daeaed


#daeaed Border Color

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

This div border color is #daeaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daeaed


Comments

No comments written yet.

Please login to write comment.