Color Hex Logo

#daefaa Color Hex

#DAEFAA
(218,239,170)
0 Favorites   0 Comments

Color spaces of #daefaa

RGB 218239170
HSL0.220.680.80
HSV78°29°94°
CMYK 0.090.000.29   0.06
XYZ67.035679.540749.8499
Yxy79.54070.34130.4049
Hunter Lab89.1856-21.906829.2900
CIE-Lab91.4784-18.201631.1619

#daefaa color RGB value is (218,239,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101111 10101010
Octal 332 357 252
Decimal 218 239 170
Hex DA EF AA

RGB Percentages of Color #daefaa

%34.77
%38.12
%27.11

CMYK Percentages of Color #daefaa

%9
%0
%29
%6

Triadic Colors of #daefaa

#daefaa #aadaef #efaada

Analogous Colors of #daefaa

#daefaa #b8efaa #efe2aa

Monochromatic Colors of #daefaa

#daefaa

Complementary Color

#daefaa #bfaaef

#daefaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daefaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#daefaa Color CSS Codes

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

#daefaa Text Font Color

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

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


#daefaa Background Color

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

This div background color is #daefaa


#daefaa Border Color

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

This div border color is #daefaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daefaa


Comments

No comments written yet.

Please login to write comment.