Color Hex Logo

#dab881 Color Hex

#DAB881
(218,184,129)
0 Favorites   0 Comments

Color spaces of #dab881

RGB 218184129
HSL0.100.550.68
HSV37°41°85°
CMYK 0.000.160.41   0.15
XYZ50.016450.771427.9326
Yxy50.77140.38860.3944
Hunter Lab71.25410.602526.6353
CIE-Lab76.54034.790732.4713

#dab881 color RGB value is (218,184,129).

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

The process color (four color CMYK) of #dab881 color hex is 0.00, 0.16, 0.41, 0.15. Web safe color of #dab881 is #cccc99. Color #dab881 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111000 10000001
Octal 332 270 201
Decimal 218 184 129
Hex DA B8 81

RGB Percentages of Color #dab881

%41.05
%34.65
%24.29

CMYK Percentages of Color #dab881

%0
%16
%41
%15

Triadic Colors of #dab881

#dab881 #81dab8 #b881da

Analogous Colors of #dab881

#dab881 #d0da81 #da8c81

Monochromatic Colors of #dab881

#dab881

Complementary Color

#dab881 #81a3da

#dab881 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab881 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab881 Color CSS Codes

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

#dab881 Text Font Color

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

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


#dab881 Background Color

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

This div background color is #dab881


#dab881 Border Color

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

This div border color is #dab881


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab881


Comments

No comments written yet.

Please login to write comment.