Color Hex Logo

#daeede Color Hex

#DAEEDE
(218,238,222)
0 Favorites   0 Comments

Color spaces of #daeede

RGB 218238222
HSL0.370.370.89
HSV132°93°
CMYK 0.080.000.07   0.07
XYZ72.672881.328480.9749
Yxy81.32840.30930.3461
Hunter Lab90.1823-13.97599.8909
CIE-Lab92.2776-9.50525.4848

#daeede color RGB value is (218,238,222).

#daeede hex color red value is 218, green value is 238 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #daeede hue: 0.37 , saturation: 0.37 and the lightness value of daeede is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101110 11011110
Octal 332 356 336
Decimal 218 238 222
Hex DA EE DE

RGB Percentages of Color #daeede

%32.15
%35.10
%32.74

CMYK Percentages of Color #daeede

%8
%0
%7
%7

Triadic Colors of #daeede

#daeede #dedaee #eededa

Analogous Colors of #daeede

#daeede #daeee8 #e0eeda

Monochromatic Colors of #daeede

#daeede

Complementary Color

#daeede #eedaea

#daeede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daeede Color Preview on White Background

Lorem ipsum dolor sit amet.

#daeede Color CSS Codes

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

#daeede Text Font Color

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

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


#daeede Background Color

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

This div background color is #daeede


#daeede Border Color

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

This div border color is #daeede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daeede


Comments

No comments written yet.

Please login to write comment.