Color Hex Logo

#dab077 Color Hex

#DAB077
(218,176,119)
0 Favorites   0 Comments

Color spaces of #dab077

RGB 218176119
HSL0.100.570.66
HSV35°45°85°
CMYK 0.000.190.45   0.15
XYZ47.768547.288024.0626
Yxy47.28800.40100.3970
Hunter Lab68.76633.654127.3897
CIE-Lab74.37367.989634.8986

#dab077 color RGB value is (218,176,119).

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

The process color (four color CMYK) of #dab077 color hex is 0.00, 0.19, 0.45, 0.15. Web safe color of #dab077 is #cc9966. Color #dab077 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110000 01110111
Octal 332 260 167
Decimal 218 176 119
Hex DA B0 77

RGB Percentages of Color #dab077

%42.50
%34.31
%23.20

CMYK Percentages of Color #dab077

%0
%19
%45
%15

Triadic Colors of #dab077

#dab077 #77dab0 #b077da

Analogous Colors of #dab077

#dab077 #d3da77 #da7f77

Monochromatic Colors of #dab077

#dab077

Complementary Color

#dab077 #77a1da

#dab077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab077 Color CSS Codes

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

#dab077 Text Font Color

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

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


#dab077 Background Color

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

This div background color is #dab077


#dab077 Border Color

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

This div border color is #dab077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab077


Comments

No comments written yet.

Please login to write comment.