Color Hex Logo

#dab160 Color Hex

#DAB160
(218,177,96)
0 Favorites   0 Comments

Color spaces of #dab160

RGB 21817796
HSL0.110.620.62
HSV40°56°85°
CMYK 0.000.190.56   0.15
XYZ46.746947.194217.7119
Yxy47.19420.41870.4227
Hunter Lab68.69801.242232.8023
CIE-Lab74.31385.393046.5363

#dab160 color RGB value is (218,177,96).

#dab160 hex color red value is 218, green value is 177 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #dab160 hue: 0.11 , saturation: 0.62 and the lightness value of dab160 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110001 01100000
Octal 332 261 140
Decimal 218 177 96
Hex DA B1 60

RGB Percentages of Color #dab160

%44.40
%36.05
%19.55

CMYK Percentages of Color #dab160

%0
%19
%56
%15

Triadic Colors of #dab160

#dab160 #60dab1 #b160da

Analogous Colors of #dab160

#dab160 #c6da60 #da7460

Monochromatic Colors of #dab160

#dab160

Complementary Color

#dab160 #6089da

#dab160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab160 Color CSS Codes

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

#dab160 Text Font Color

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

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


#dab160 Background Color

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

This div background color is #dab160


#dab160 Border Color

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

This div border color is #dab160


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab160


Comments

No comments written yet.

Please login to write comment.