Color Hex Logo

#daab5e Color Hex

#DAAB5E
(218,171,94)
0 Favorites   0 Comments

Color spaces of #daab5e

RGB 21817194
HSL0.100.630.61
HSV37°57°85°
CMYK 0.000.220.57   0.15
XYZ45.496744.839416.8466
Yxy44.83940.42450.4183
Hunter Lab66.96224.095831.9572
CIE-Lab72.78608.428145.7099

#daab5e color RGB value is (218,171,94).

#daab5e hex color red value is 218, green value is 171 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #daab5e hue: 0.10 , saturation: 0.63 and the lightness value of daab5e is 0.61.

The process color (four color CMYK) of #daab5e color hex is 0.00, 0.22, 0.57, 0.15. Web safe color of #daab5e is #cc9966. Color #daab5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101011 01011110
Octal 332 253 136
Decimal 218 171 94
Hex DA AB 5E

RGB Percentages of Color #daab5e

%45.13
%35.40
%19.46

CMYK Percentages of Color #daab5e

%0
%22
%57
%15

Triadic Colors of #daab5e

#daab5e #5edaab #ab5eda

Analogous Colors of #daab5e

#daab5e #cbda5e #da6d5e

Monochromatic Colors of #daab5e

#daab5e

Complementary Color

#daab5e #5e8dda

#daab5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daab5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daab5e Color CSS Codes

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

#daab5e Text Font Color

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

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


#daab5e Background Color

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

This div background color is #daab5e


#daab5e Border Color

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

This div border color is #daab5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daab5e


Comments

No comments written yet.

Please login to write comment.