Color Hex Logo

#d8ab60 Color Hex

#D8AB60
(216,171,96)
0 Favorites   0 Comments

Color spaces of #d8ab60

RGB 21617196
HSL0.100.610.61
HSV38°56°85°
CMYK 0.000.210.56   0.15
XYZ44.993144.569317.2977
Yxy44.56930.42100.4171
Hunter Lab66.76023.469731.3700
CIE-Lab72.60747.749644.4520

#d8ab60 color RGB value is (216,171,96).

#d8ab60 hex color red value is 216, green value is 171 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #d8ab60 hue: 0.10 , saturation: 0.61 and the lightness value of d8ab60 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10101011 01100000
Octal 330 253 140
Decimal 216 171 96
Hex D8 AB 60

RGB Percentages of Color #d8ab60

%44.72
%35.40
%19.88

CMYK Percentages of Color #d8ab60

%0
%21
%56
%15

Triadic Colors of #d8ab60

#d8ab60 #60d8ab #ab60d8

Analogous Colors of #d8ab60

#d8ab60 #c9d860 #d86f60

Monochromatic Colors of #d8ab60

#d8ab60

Complementary Color

#d8ab60 #608dd8

#d8ab60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8ab60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8ab60 Color CSS Codes

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

#d8ab60 Text Font Color

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

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


#d8ab60 Background Color

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

This div background color is #d8ab60


#d8ab60 Border Color

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

This div border color is #d8ab60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8ab60


Comments

No comments written yet.

Please login to write comment.