Color Hex Logo

#c8ab6f Color Hex

#C8AB6F
(200,171,111)
0 Favorites   0 Comments

Color spaces of #c8ab6f

RGB 200171111
HSL0.110.450.61
HSV40°45°78°
CMYK 0.000.150.45   0.22
XYZ41.251642.552921.0783
Yxy42.55290.39330.4057
Hunter Lab65.2326-1.277726.5047
CIE-Lab71.25052.482834.7349

#c8ab6f color RGB value is (200,171,111).

#c8ab6f hex color red value is 200, green value is 171 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #c8ab6f hue: 0.11 , saturation: 0.45 and the lightness value of c8ab6f is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101011 01101111
Octal 310 253 157
Decimal 200 171 111
Hex C8 AB 6F

RGB Percentages of Color #c8ab6f

%41.49
%35.48
%23.03

CMYK Percentages of Color #c8ab6f

%0
%15
%45
%22

Triadic Colors of #c8ab6f

#c8ab6f #6fc8ab #ab6fc8

Analogous Colors of #c8ab6f

#c8ab6f #b9c86f #c87f6f

Monochromatic Colors of #c8ab6f

#c8ab6f

Complementary Color

#c8ab6f #6f8cc8

#c8ab6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8ab6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8ab6f Color CSS Codes

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

#c8ab6f Text Font Color

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

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


#c8ab6f Background Color

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

This div background color is #c8ab6f


#c8ab6f Border Color

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

This div border color is #c8ab6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8ab6f


Comments

No comments written yet.

Please login to write comment.