Color Hex Logo

#daeddc Color Hex

#DAEDDC
(218,237,220)
0 Favorites   0 Comments

Color spaces of #daeddc

RGB 218237220
HSL0.350.350.89
HSV126°93°
CMYK 0.080.000.07   0.07
XYZ72.115980.641179.4745
Yxy80.64110.31050.3472
Hunter Lab89.8004-13.802910.3879
CIE-Lab91.9717-9.35766.0835

#daeddc color RGB value is (218,237,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101101 11011100
Octal 332 355 334
Decimal 218 237 220
Hex DA ED DC

RGB Percentages of Color #daeddc

%32.30
%35.11
%32.59

CMYK Percentages of Color #daeddc

%8
%0
%7
%7

Triadic Colors of #daeddc

#daeddc #dcdaed #eddcda

Analogous Colors of #daeddc

#daeddc #daede6 #e2edda

Monochromatic Colors of #daeddc

#daeddc

Complementary Color

#daeddc #eddaeb

#daeddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daeddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#daeddc Color CSS Codes

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

#daeddc Text Font Color

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

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


#daeddc Background Color

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

This div background color is #daeddc


#daeddc Border Color

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

This div border color is #daeddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daeddc


Comments

No comments written yet.

Please login to write comment.