Color Hex Logo

#dae7ab Color Hex

#DAE7AB
(218,231,171)
0 Favorites   0 Comments

Color spaces of #dae7ab

RGB 218231171
HSL0.200.560.79
HSV73°26°91°
CMYK 0.060.000.26   0.09
XYZ64.840074.997549.5866
Yxy74.99750.34230.3959
Hunter Lab86.6011-17.905326.6721
CIE-Lab89.3918-14.120927.8362

#dae7ab color RGB value is (218,231,171).

#dae7ab hex color red value is 218, green value is 231 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #dae7ab hue: 0.20 , saturation: 0.56 and the lightness value of dae7ab is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100111 10101011
Octal 332 347 253
Decimal 218 231 171
Hex DA E7 AB

RGB Percentages of Color #dae7ab

%35.16
%37.26
%27.58

CMYK Percentages of Color #dae7ab

%6
%0
%26
%9

Triadic Colors of #dae7ab

#dae7ab #abdae7 #e7abda

Analogous Colors of #dae7ab

#dae7ab #bce7ab #e7d6ab

Monochromatic Colors of #dae7ab

#dae7ab

Complementary Color

#dae7ab #b8abe7

#dae7ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae7ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae7ab Color CSS Codes

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

#dae7ab Text Font Color

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

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


#dae7ab Background Color

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

This div background color is #dae7ab


#dae7ab Border Color

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

This div border color is #dae7ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae7ab


Comments

No comments written yet.

Please login to write comment.