Color Hex Logo

#daeeab Color Hex

#DAEEAB
(218,238,171)
0 Favorites   0 Comments

Color spaces of #daeeab

RGB 218238171
HSL0.220.660.80
HSV78°28°93°
CMYK 0.080.000.28   0.07
XYZ66.838778.994850.2528
Yxy78.99480.34090.4029
Hunter Lab88.8790-21.302928.6923
CIE-Lab91.2319-17.575530.3228

#daeeab color RGB value is (218,238,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101110 10101011
Octal 332 356 253
Decimal 218 238 171
Hex DA EE AB

RGB Percentages of Color #daeeab

%34.77
%37.96
%27.27

CMYK Percentages of Color #daeeab

%8
%0
%28
%7

Triadic Colors of #daeeab

#daeeab #abdaee #eeabda

Analogous Colors of #daeeab

#daeeab #b9eeab #eee1ab

Monochromatic Colors of #daeeab

#daeeab

Complementary Color

#daeeab #bfabee

#daeeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daeeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#daeeab Color CSS Codes

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

#daeeab Text Font Color

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

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


#daeeab Background Color

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

This div background color is #daeeab


#daeeab Border Color

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

This div border color is #daeeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daeeab


Comments

No comments written yet.

Please login to write comment.