Color Hex Logo

#daab81 Color Hex

#DAAB81
(218,171,129)
0 Favorites   0 Comments

Color spaces of #daab81

RGB 218171129
HSL0.080.550.68
HSV28°41°85°
CMYK 0.000.220.41   0.15
XYZ47.438845.616227.0734
Yxy45.61620.39490.3797
Hunter Lab67.53987.180823.5114
CIE-Lab73.295811.718728.1939

#daab81 color RGB value is (218,171,129).

#daab81 hex color red value is 218, green value is 171 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #daab81 hue: 0.08 , saturation: 0.55 and the lightness value of daab81 is 0.68.

The process color (four color CMYK) of #daab81 color hex is 0.00, 0.22, 0.41, 0.15. Web safe color of #daab81 is #cc9999. Color #daab81 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101011 10000001
Octal 332 253 201
Decimal 218 171 129
Hex DA AB 81

RGB Percentages of Color #daab81

%42.08
%33.01
%24.90

CMYK Percentages of Color #daab81

%0
%22
%41
%15

Triadic Colors of #daab81

#daab81 #81daab #ab81da

Analogous Colors of #daab81

#daab81 #dad881 #da8184

Monochromatic Colors of #daab81

#daab81

Complementary Color

#daab81 #81b0da

#daab81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daab81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daab81 Color CSS Codes

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

#daab81 Text Font Color

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

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


#daab81 Background Color

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

This div background color is #daab81


#daab81 Border Color

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

This div border color is #daab81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daab81


Comments

No comments written yet.

Please login to write comment.