Color Hex Logo

#daefdf Color Hex

#DAEFDF
(218,239,223)
0 Favorites   0 Comments

Color spaces of #daefdf

RGB 218239223
HSL0.370.400.90
HSV134°94°
CMYK 0.090.000.07   0.06
XYZ73.099281.966181.7803
Yxy81.96610.30860.3461
Hunter Lab90.5351-14.31339.8180
CIE-Lab92.5599-9.82945.3727

#daefdf color RGB value is (218,239,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101111 11011111
Octal 332 357 337
Decimal 218 239 223
Hex DA EF DF

RGB Percentages of Color #daefdf

%32.06
%35.15
%32.79

CMYK Percentages of Color #daefdf

%9
%0
%7
%6

Triadic Colors of #daefdf

#daefdf #dfdaef #efdfda

Analogous Colors of #daefdf

#daefdf #daefea #e0efda

Monochromatic Colors of #daefdf

#daefdf

Complementary Color

#daefdf #efdaea

#daefdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daefdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#daefdf Color CSS Codes

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

#daefdf Text Font Color

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

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


#daefdf Background Color

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

This div background color is #daefdf


#daefdf Border Color

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

This div border color is #daefdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daefdf


Comments

No comments written yet.

Please login to write comment.