Color Hex Logo

#dae9a1 Color Hex

#DAE9A1
(218,233,161)
0 Favorites   0 Comments

Color spaces of #dae9a1

RGB 218233161
HSL0.200.620.77
HSV73°31°91°
CMYK 0.060.000.31   0.09
XYZ64.485475.756544.9419
Yxy75.75650.34820.4091
Hunter Lab87.0382-20.068730.3125
CIE-Lab89.7462-16.452133.4099

#dae9a1 color RGB value is (218,233,161).

#dae9a1 hex color red value is 218, green value is 233 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #dae9a1 hue: 0.20 , saturation: 0.62 and the lightness value of dae9a1 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101001 10100001
Octal 332 351 241
Decimal 218 233 161
Hex DA E9 A1

RGB Percentages of Color #dae9a1

%35.62
%38.07
%26.31

CMYK Percentages of Color #dae9a1

%6
%0
%31
%9

Triadic Colors of #dae9a1

#dae9a1 #a1dae9 #e9a1da

Analogous Colors of #dae9a1

#dae9a1 #b6e9a1 #e9d4a1

Monochromatic Colors of #dae9a1

#dae9a1

Complementary Color

#dae9a1 #b0a1e9

#dae9a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae9a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae9a1 Color CSS Codes

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

#dae9a1 Text Font Color

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

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


#dae9a1 Background Color

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

This div background color is #dae9a1


#dae9a1 Border Color

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

This div border color is #dae9a1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,233,161, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dae9a1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae9a1


Comments

No comments written yet.

Please login to write comment.