Color Hex Logo

#daab5b Color Hex

#DAAB5B
(218,171,91)
0 Favorites   0 Comments

Color spaces of #daab5b

RGB 21817191
HSL0.100.630.61
HSV38°58°85°
CMYK 0.000.220.58   0.15
XYZ45.364744.786616.1512
Yxy44.78660.42680.4213
Hunter Lab66.92283.884232.5369
CIE-Lab72.75128.199747.1479

#daab5b color RGB value is (218,171,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101011 01011011
Octal 332 253 133
Decimal 218 171 91
Hex DA AB 5B

RGB Percentages of Color #daab5b

%45.42
%35.63
%18.96

CMYK Percentages of Color #daab5b

%0
%22
%58
%15

Triadic Colors of #daab5b

#daab5b #5bdaab #ab5bda

Analogous Colors of #daab5b

#daab5b #cada5b #da6c5b

Monochromatic Colors of #daab5b

#daab5b

Complementary Color

#daab5b #5b8ada

#daab5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daab5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#daab5b Color CSS Codes

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

#daab5b Text Font Color

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

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


#daab5b Background Color

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

This div background color is #daab5b


#daab5b Border Color

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

This div border color is #daab5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daab5b


Comments

No comments written yet.

Please login to write comment.