Color Hex Logo

#c8a93e Color Hex

#C8A93E
(200,169,62)
0 Favorites   0 Comments

Color spaces of #c8a93e

RGB 20016962
HSL0.130.560.51
HSV47°69°78°
CMYK 0.000.160.69   0.22
XYZ38.876941.003110.4228
Yxy41.00310.43050.4541
Hunter Lab64.0337-3.685835.1729
CIE-Lab70.1781-0.303157.0934

#c8a93e color RGB value is (200,169,62).

#c8a93e hex color red value is 200, green value is 169 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #c8a93e hue: 0.13 , saturation: 0.56 and the lightness value of c8a93e is 0.51.

The process color (four color CMYK) of #c8a93e color hex is 0.00, 0.16, 0.69, 0.22. Web safe color of #c8a93e is #cc9933. Color #c8a93e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101001 00111110
Octal 310 251 76
Decimal 200 169 62
Hex C8 A9 3E

RGB Percentages of Color #c8a93e

%46.40
%39.21
%14.39

CMYK Percentages of Color #c8a93e

%0
%16
%69
%22

Triadic Colors of #c8a93e

#c8a93e #3ec8a9 #a93ec8

Analogous Colors of #c8a93e

#c8a93e #a2c83e #c8643e

Monochromatic Colors of #c8a93e

#c8a93e

Complementary Color

#c8a93e #3e5dc8

#c8a93e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8a93e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8a93e Color CSS Codes

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

#c8a93e Text Font Color

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

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


#c8a93e Background Color

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

This div background color is #c8a93e


#c8a93e Border Color

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

This div border color is #c8a93e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8a93e


Comments

No comments written yet.

Please login to write comment.