Color Hex Logo

#dacb77 Color Hex

#DACB77
(218,203,119)
0 Favorites   0 Comments

Color spaces of #dacb77

RGB 218203119
HSL0.140.570.66
HSV51°45°85°
CMYK 0.000.070.45   0.15
XYZ53.599258.949226.0061
Yxy58.94920.38680.4255
Hunter Lab76.7784-9.750833.6624
CIE-Lab81.2637-6.151243.6065

#dacb77 color RGB value is (218,203,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001011 01110111
Octal 332 313 167
Decimal 218 203 119
Hex DA CB 77

RGB Percentages of Color #dacb77

%40.37
%37.59
%22.04

CMYK Percentages of Color #dacb77

%0
%7
%45
%15

Triadic Colors of #dacb77

#dacb77 #77dacb #cb77da

Analogous Colors of #dacb77

#dacb77 #b8da77 #da9a77

Monochromatic Colors of #dacb77

#dacb77

Complementary Color

#dacb77 #7786da

#dacb77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacb77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacb77 Color CSS Codes

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

#dacb77 Text Font Color

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

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


#dacb77 Background Color

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

This div background color is #dacb77


#dacb77 Border Color

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

This div border color is #dacb77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacb77


Comments

No comments written yet.

Please login to write comment.