Color Hex Logo

#c0a803 Color Hex

#C0A803
(192,168,3)
0 Favorites   0 Comments

Color spaces of #c0a803

RGB 1921683
HSL0.150.970.38
HSV52°98°75°
CMYK 0.000.130.98   0.25
XYZ35.757339.21835.7714
Yxy39.21830.44280.4857
Hunter Lab62.6245-7.673138.3731
CIE-Lab68.9091-5.038871.2667

#c0a803 color RGB value is (192,168,3).

#c0a803 hex color red value is 192, green value is 168 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #c0a803 hue: 0.15 , saturation: 0.97 and the lightness value of c0a803 is 0.38.

The process color (four color CMYK) of #c0a803 color hex is 0.00, 0.13, 0.98, 0.25. Web safe color of #c0a803 is #cc9900. Color #c0a803 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10101000 00000011
Octal 300 250 3
Decimal 192 168 3
Hex C0 A8 3

RGB Percentages of Color #c0a803

%52.89
%46.28
%0.83

CMYK Percentages of Color #c0a803

%0
%13
%98
%25

Triadic Colors of #c0a803

#c0a803 #03c0a8 #a803c0

Analogous Colors of #c0a803

#c0a803 #7ac003 #c04903

Monochromatic Colors of #c0a803

#c0a803

Complementary Color

#c0a803 #031bc0

#c0a803 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0a803 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0a803 Color CSS Codes

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

#c0a803 Text Font Color

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

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


#c0a803 Background Color

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

This div background color is #c0a803


#c0a803 Border Color

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

This div border color is #c0a803


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,168,3, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c0a803; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c0a803;
  -webkit-box-shadow: 1px 1px 3px 2px #c0a803;
  box-shadow:         1px 1px 3px 2px #c0a803; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,168,3, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0a803


Comments

No comments written yet.

Please login to write comment.