Color Hex Logo

#daefdc Color Hex

#DAEFDC
(218,239,220)
0 Favorites   0 Comments

Color spaces of #daefdc

RGB 218239220
HSL0.350.400.90
HSV126°94°
CMYK 0.090.000.08   0.06
XYZ72.698281.805779.6686
Yxy81.80570.31040.3493
Hunter Lab90.4465-14.808411.0877
CIE-Lab92.4890-10.36326.8289

#daefdc color RGB value is (218,239,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101111 11011100
Octal 332 357 334
Decimal 218 239 220
Hex DA EF DC

RGB Percentages of Color #daefdc

%32.20
%35.30
%32.50

CMYK Percentages of Color #daefdc

%9
%0
%8
%6

Triadic Colors of #daefdc

#daefdc #dcdaef #efdcda

Analogous Colors of #daefdc

#daefdc #daefe7 #e3efda

Monochromatic Colors of #daefdc

#daefdc

Complementary Color

#daefdc #efdaed

#daefdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daefdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#daefdc Color CSS Codes

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

#daefdc Text Font Color

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

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


#daefdc Background Color

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

This div background color is #daefdc


#daefdc Border Color

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

This div border color is #daefdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,239,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 #daefdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daefdc


Comments

No comments written yet.

Please login to write comment.