Color Hex Logo

#c8a92d Color Hex

#C8A92D
(200,169,45)
0 Favorites   0 Comments

Color spaces of #c8a92d

RGB 20016945
HSL0.130.630.48
HSV48°78°78°
CMYK 0.000.160.78   0.22
XYZ38.481040.84488.3383
Yxy40.84480.43900.4659
Hunter Lab63.9099-4.365237.0014
CIE-Lab70.0670-1.088663.4599

#c8a92d color RGB value is (200,169,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101001 00101101
Octal 310 251 55
Decimal 200 169 45
Hex C8 A9 2D

RGB Percentages of Color #c8a92d

%48.31
%40.82
%10.87

CMYK Percentages of Color #c8a92d

%0
%16
%78
%22

Triadic Colors of #c8a92d

#c8a92d #2dc8a9 #a92dc8

Analogous Colors of #c8a92d

#c8a92d #9ac82d #c85c2d

Monochromatic Colors of #c8a92d

#c8a92d

Complementary Color

#c8a92d #2d4cc8

#c8a92d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8a92d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8a92d Color CSS Codes

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

#c8a92d Text Font Color

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

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


#c8a92d Background Color

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

This div background color is #c8a92d


#c8a92d Border Color

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

This div border color is #c8a92d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8a92d


Comments

No comments written yet.

Please login to write comment.