Color Hex Logo

#dae9ab Color Hex

#DAE9AB
(218,233,171)
0 Favorites   0 Comments

Color spaces of #dae9ab

RGB 218233171
HSL0.210.580.79
HSV75°27°91°
CMYK 0.060.000.27   0.09
XYZ65.403076.123549.7743
Yxy76.12350.34190.3979
Hunter Lab87.2488-18.879127.2500
CIE-Lab89.9167-15.112828.5472

#dae9ab color RGB value is (218,233,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101001 10101011
Octal 332 351 253
Decimal 218 233 171
Hex DA E9 AB

RGB Percentages of Color #dae9ab

%35.05
%37.46
%27.49

CMYK Percentages of Color #dae9ab

%6
%0
%27
%9

Triadic Colors of #dae9ab

#dae9ab #abdae9 #e9abda

Analogous Colors of #dae9ab

#dae9ab #bbe9ab #e9d9ab

Monochromatic Colors of #dae9ab

#dae9ab

Complementary Color

#dae9ab #baabe9

#dae9ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae9ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae9ab Color CSS Codes

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

#dae9ab Text Font Color

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

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


#dae9ab Background Color

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

This div background color is #dae9ab


#dae9ab Border Color

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

This div border color is #dae9ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae9ab


Comments

No comments written yet.

Please login to write comment.