Color Hex Logo

#daeddd Color Hex

#DAEDDD
(218,237,221)
0 Favorites   0 Comments

Color spaces of #daeddd

RGB 218237221
HSL0.360.350.89
HSV129°93°
CMYK 0.080.000.07   0.07
XYZ72.248880.694380.1742
Yxy80.69430.30990.3462
Hunter Lab89.8300-13.63799.9641
CIE-Lab91.9955-9.18005.5975

#daeddd color RGB value is (218,237,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101101 11011101
Octal 332 355 335
Decimal 218 237 221
Hex DA ED DD

RGB Percentages of Color #daeddd

%32.25
%35.06
%32.69

CMYK Percentages of Color #daeddd

%8
%0
%7
%7

Triadic Colors of #daeddd

#daeddd #dddaed #edddda

Analogous Colors of #daeddd

#daeddd #daede7 #e1edda

Monochromatic Colors of #daeddd

#daeddd

Complementary Color

#daeddd #eddaea

#daeddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daeddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#daeddd Color CSS Codes

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

#daeddd Text Font Color

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

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


#daeddd Background Color

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

This div background color is #daeddd


#daeddd Border Color

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

This div border color is #daeddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daeddd


Comments

No comments written yet.

Please login to write comment.