Color Hex Logo

#dae1ab Color Hex

#DAE1AB
(218,225,171)
0 Favorites   0 Comments

Color spaces of #dae1ab

RGB 218225171
HSL0.190.470.78
HSV68°24°88°
CMYK 0.030.000.24   0.12
XYZ63.189371.696149.0364
Yxy71.69610.34360.3898
Hunter Lab84.6735-14.969624.9353
CIE-Lab87.8221-11.122225.7010

#dae1ab color RGB value is (218,225,171).

#dae1ab hex color red value is 218, green value is 225 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #dae1ab hue: 0.19 , saturation: 0.47 and the lightness value of dae1ab is 0.78.

The process color (four color CMYK) of #dae1ab color hex is 0.03, 0.00, 0.24, 0.12. Web safe color of #dae1ab is #cccc99. Color #dae1ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100001 10101011
Octal 332 341 253
Decimal 218 225 171
Hex DA E1 AB

RGB Percentages of Color #dae1ab

%35.50
%36.64
%27.85

CMYK Percentages of Color #dae1ab

%3
%0
%24
%12

Triadic Colors of #dae1ab

#dae1ab #abdae1 #e1abda

Analogous Colors of #dae1ab

#dae1ab #bfe1ab #e1cdab

Monochromatic Colors of #dae1ab

#dae1ab

Complementary Color

#dae1ab #b2abe1

#dae1ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae1ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae1ab Color CSS Codes

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

#dae1ab Text Font Color

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

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


#dae1ab Background Color

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

This div background color is #dae1ab


#dae1ab Border Color

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

This div border color is #dae1ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae1ab


Comments

No comments written yet.

Please login to write comment.