Color Hex Logo

#dae2ab Color Hex

#DAE2AB
(218,226,171)
0 Favorites   0 Comments

Color spaces of #dae2ab

RGB 218226171
HSL0.190.490.78
HSV69°24°89°
CMYK 0.040.000.24   0.11
XYZ63.460572.238449.1268
Yxy72.23840.34340.3908
Hunter Lab84.9932-15.460325.2251
CIE-Lab88.0832-11.624226.0571

#dae2ab color RGB value is (218,226,171).

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

The process color (four color CMYK) of #dae2ab color hex is 0.04, 0.00, 0.24, 0.11. Web safe color of #dae2ab is #cccc99. Color #dae2ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100010 10101011
Octal 332 342 253
Decimal 218 226 171
Hex DA E2 AB

RGB Percentages of Color #dae2ab

%35.45
%36.75
%27.80

CMYK Percentages of Color #dae2ab

%4
%0
%24
%11

Triadic Colors of #dae2ab

#dae2ab #abdae2 #e2abda

Analogous Colors of #dae2ab

#dae2ab #bfe2ab #e2cfab

Monochromatic Colors of #dae2ab

#dae2ab

Complementary Color

#dae2ab #b3abe2

#dae2ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae2ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae2ab Color CSS Codes

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

#dae2ab Text Font Color

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

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


#dae2ab Background Color

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

This div background color is #dae2ab


#dae2ab Border Color

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

This div border color is #dae2ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae2ab

#dae2ab Color Palettes


Comments

No comments written yet.

Please login to write comment.