Color Hex Logo

#daeae5 Color Hex

#DAEAE5
(218,234,229)
0 Favorites   0 Comments

Color spaces of #daeae5

RGB 218234229
HSL0.450.280.89
HSV161°92°
CMYK 0.070.000.02   0.08
XYZ72.479179.408285.6360
Yxy79.40820.30510.3343
Hunter Lab89.1113-10.76095.4002
CIE-Lab91.4187-6.20940.5917

#daeae5 color RGB value is (218,234,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101010 11100101
Octal 332 352 345
Decimal 218 234 229
Hex DA EA E5

RGB Percentages of Color #daeae5

%32.01
%34.36
%33.63

CMYK Percentages of Color #daeae5

%7
%0
%2
%8

Triadic Colors of #daeae5

#daeae5 #e5daea #eae5da

Analogous Colors of #daeae5

#daeae5 #dae7ea #daeadd

Monochromatic Colors of #daeae5

#daeae5

Complementary Color

#daeae5 #eadadf

#daeae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daeae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daeae5 Color CSS Codes

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

#daeae5 Text Font Color

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

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


#daeae5 Background Color

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

This div background color is #daeae5


#daeae5 Border Color

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

This div border color is #daeae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daeae5


Comments

No comments written yet.

Please login to write comment.