Color Hex Logo

#daba76 Color Hex

#DABA76
(218,186,118)
0 Favorites   0 Comments

Color spaces of #daba76

RGB 218186118
HSL0.110.570.66
HSV41°46°85°
CMYK 0.000.150.46   0.15
XYZ49.742451.331224.4258
Yxy51.33120.39640.4090
Hunter Lab71.6458-1.450829.9386
CIE-Lab76.87922.591638.6132

#daba76 color RGB value is (218,186,118).

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

The process color (four color CMYK) of #daba76 color hex is 0.00, 0.15, 0.46, 0.15. Web safe color of #daba76 is #cccc66. Color #daba76 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 01110110
Octal 332 272 166
Decimal 218 186 118
Hex DA BA 76

RGB Percentages of Color #daba76

%41.76
%35.63
%22.61

CMYK Percentages of Color #daba76

%0
%15
%46
%15

Triadic Colors of #daba76

#daba76 #76daba #ba76da

Analogous Colors of #daba76

#daba76 #c8da76 #da8876

Monochromatic Colors of #daba76

#daba76

Complementary Color

#daba76 #7696da

#daba76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daba76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daba76 Color CSS Codes

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

#daba76 Text Font Color

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

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


#daba76 Background Color

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

This div background color is #daba76


#daba76 Border Color

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

This div border color is #daba76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daba76


Comments

No comments written yet.

Please login to write comment.