Color Hex Logo

#daba81 Color Hex

#DABA81
(218,186,129)
0 Favorites   0 Comments

Color spaces of #daba81

RGB 218186129
HSL0.110.550.68
HSV38°41°85°
CMYK 0.000.150.41   0.15
XYZ50.434851.608228.0721
Yxy51.60820.38760.3966
Hunter Lab71.8388-0.401227.1187
CIE-Lab77.04603.733733.1319

#daba81 color RGB value is (218,186,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 10000001
Octal 332 272 201
Decimal 218 186 129
Hex DA BA 81

RGB Percentages of Color #daba81

%40.90
%34.90
%24.20

CMYK Percentages of Color #daba81

%0
%15
%41
%15

Triadic Colors of #daba81

#daba81 #81daba #ba81da

Analogous Colors of #daba81

#daba81 #ceda81 #da8e81

Monochromatic Colors of #daba81

#daba81

Complementary Color

#daba81 #81a1da

#daba81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daba81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daba81 Color CSS Codes

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

#daba81 Text Font Color

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

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


#daba81 Background Color

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

This div background color is #daba81


#daba81 Border Color

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

This div border color is #daba81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daba81


Comments

No comments written yet.

Please login to write comment.