Color Hex Logo

#dab774 Color Hex

#DAB774
(218,183,116)
0 Favorites   0 Comments

Color spaces of #dab774

RGB 218183116
HSL0.110.580.65
HSV39°47°85°
CMYK 0.000.160.47   0.15
XYZ48.999350.033423.5979
Yxy50.03340.39960.4080
Hunter Lab70.7343-0.133929.7341
CIE-Lab76.08983.977838.6409

#dab774 color RGB value is (218,183,116).

#dab774 hex color red value is 218, green value is 183 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #dab774 hue: 0.11 , saturation: 0.58 and the lightness value of dab774 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110111 01110100
Octal 332 267 164
Decimal 218 183 116
Hex DA B7 74

RGB Percentages of Color #dab774

%42.17
%35.40
%22.44

CMYK Percentages of Color #dab774

%0
%16
%47
%15

Triadic Colors of #dab774

#dab774 #74dab7 #b774da

Analogous Colors of #dab774

#dab774 #cada74 #da8474

Monochromatic Colors of #dab774

#dab774

Complementary Color

#dab774 #7497da

#dab774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab774 Color CSS Codes

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

#dab774 Text Font Color

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

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


#dab774 Background Color

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

This div background color is #dab774


#dab774 Border Color

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

This div border color is #dab774


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab774


Comments

No comments written yet.

Please login to write comment.