Color Hex Logo

#dae8ab Color Hex

#DAE8AB
(218,232,171)
0 Favorites   0 Comments

Color spaces of #dae8ab

RGB 218232171
HSL0.200.570.79
HSV74°26°91°
CMYK 0.060.000.26   0.09
XYZ65.120775.558949.6802
Yxy75.55890.34210.3969
Hunter Lab86.9246-18.392526.9611
CIE-Lab89.6541-14.617328.1917

#dae8ab color RGB value is (218,232,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101000 10101011
Octal 332 350 253
Decimal 218 232 171
Hex DA E8 AB

RGB Percentages of Color #dae8ab

%35.10
%37.36
%27.54

CMYK Percentages of Color #dae8ab

%6
%0
%26
%9

Triadic Colors of #dae8ab

#dae8ab #abdae8 #e8abda

Analogous Colors of #dae8ab

#dae8ab #bce8ab #e8d8ab

Monochromatic Colors of #dae8ab

#dae8ab

Complementary Color

#dae8ab #b9abe8

#dae8ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae8ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae8ab Color CSS Codes

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

#dae8ab Text Font Color

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

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


#dae8ab Background Color

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

This div background color is #dae8ab


#dae8ab Border Color

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

This div border color is #dae8ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae8ab


Comments

No comments written yet.

Please login to write comment.