Color Hex Logo

#c9ab47 Color Hex

#C9AB47
(201,171,71)
0 Favorites   0 Comments

Color spaces of #c9ab47

RGB 20117171
HSL0.130.550.53
HSV46°65°79°
CMYK 0.000.150.65   0.21
XYZ39.787641.998311.9707
Yxy41.99830.42440.4480
Hunter Lab64.8061-3.820934.4125
CIE-Lab70.8697-0.408653.9642

#c9ab47 color RGB value is (201,171,71).

#c9ab47 hex color red value is 201, green value is 171 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #c9ab47 hue: 0.13 , saturation: 0.55 and the lightness value of c9ab47 is 0.53.

The process color (four color CMYK) of #c9ab47 color hex is 0.00, 0.15, 0.65, 0.21. Web safe color of #c9ab47 is #cc9933. Color #c9ab47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10101011 01000111
Octal 311 253 107
Decimal 201 171 71
Hex C9 AB 47

RGB Percentages of Color #c9ab47

%45.37
%38.60
%16.03

CMYK Percentages of Color #c9ab47

%0
%15
%65
%21

Triadic Colors of #c9ab47

#c9ab47 #47c9ab #ab47c9

Analogous Colors of #c9ab47

#c9ab47 #a6c947 #c96a47

Monochromatic Colors of #c9ab47

#c9ab47

Complementary Color

#c9ab47 #4765c9

#c9ab47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9ab47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9ab47 Color CSS Codes

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

#c9ab47 Text Font Color

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

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


#c9ab47 Background Color

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

This div background color is #c9ab47


#c9ab47 Border Color

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

This div border color is #c9ab47


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,171,71, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9ab47


Comments

No comments written yet.

Please login to write comment.