Color Hex Logo

#daefad Color Hex

#DAEFAD
(218,239,173)
0 Favorites   0 Comments

Color spaces of #daefad

RGB 218239173
HSL0.220.670.81
HSV79°28°94°
CMYK 0.090.000.28   0.06
XYZ67.322879.655651.3619
Yxy79.65560.33940.4016
Hunter Lab89.2500-21.541928.3546
CIE-Lab91.5301-17.789929.7081

#daefad color RGB value is (218,239,173).

#daefad hex color red value is 218, green value is 239 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #daefad hue: 0.22 , saturation: 0.67 and the lightness value of daefad is 0.81.

The process color (four color CMYK) of #daefad color hex is 0.09, 0.00, 0.28, 0.06. Web safe color of #daefad is #ccff99. Color #daefad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101111 10101101
Octal 332 357 255
Decimal 218 239 173
Hex DA EF AD

RGB Percentages of Color #daefad

%34.60
%37.94
%27.46

CMYK Percentages of Color #daefad

%9
%0
%28
%6

Triadic Colors of #daefad

#daefad #addaef #efadda

Analogous Colors of #daefad

#daefad #b9efad #efe3ad

Monochromatic Colors of #daefad

#daefad

Complementary Color

#daefad #c2adef

#daefad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daefad Color Preview on White Background

Lorem ipsum dolor sit amet.

#daefad Color CSS Codes

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

#daefad Text Font Color

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

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


#daefad Background Color

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

This div background color is #daefad


#daefad Border Color

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

This div border color is #daefad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daefad


Comments

No comments written yet.

Please login to write comment.