Color Hex Logo

#c8ab4d Color Hex

#C8AB4D
(200,171,77)
0 Favorites   0 Comments

Color spaces of #c8ab4d

RGB 20017177
HSL0.130.530.54
HSV46°62°78°
CMYK 0.000.150.62   0.22
XYZ39.721941.941013.0230
Yxy41.94100.41950.4429
Hunter Lab64.7619-3.849733.4107
CIE-Lab70.8302-0.444251.1670

#c8ab4d color RGB value is (200,171,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101011 01001101
Octal 310 253 115
Decimal 200 171 77
Hex C8 AB 4D

RGB Percentages of Color #c8ab4d

%44.64
%38.17
%17.19

CMYK Percentages of Color #c8ab4d

%0
%15
%62
%22

Triadic Colors of #c8ab4d

#c8ab4d #4dc8ab #ab4dc8

Analogous Colors of #c8ab4d

#c8ab4d #a8c84d #c86e4d

Monochromatic Colors of #c8ab4d

#c8ab4d

Complementary Color

#c8ab4d #4d6ac8

#c8ab4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8ab4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8ab4d Color CSS Codes

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

#c8ab4d Text Font Color

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

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


#c8ab4d Background Color

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

This div background color is #c8ab4d


#c8ab4d Border Color

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

This div border color is #c8ab4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8ab4d


Comments

No comments written yet.

Please login to write comment.