Color Hex Logo

#c3a60d Color Hex

#C3A60D
(195,166,13)
0 Favorites   0 Comments

Color spaces of #c3a60d

RGB 19516613
HSL0.140.880.41
HSV50°93°76°
CMYK 0.000.150.93   0.24
XYZ36.214538.90365.9812
Yxy38.90360.44650.4797
Hunter Lab62.3728-5.512737.9753
CIE-Lab68.6814-2.525469.9745

#c3a60d color RGB value is (195,166,13).

#c3a60d hex color red value is 195, green value is 166 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #c3a60d hue: 0.14 , saturation: 0.88 and the lightness value of c3a60d is 0.41.

The process color (four color CMYK) of #c3a60d color hex is 0.00, 0.15, 0.93, 0.24. Web safe color of #c3a60d is #cc9900. Color #c3a60d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10100110 00001101
Octal 303 246 15
Decimal 195 166 13
Hex C3 A6 D

RGB Percentages of Color #c3a60d

%52.14
%44.39
%3.48

CMYK Percentages of Color #c3a60d

%0
%15
%93
%24

Triadic Colors of #c3a60d

#c3a60d #0dc3a6 #a60dc3

Analogous Colors of #c3a60d

#c3a60d #85c30d #c34b0d

Monochromatic Colors of #c3a60d

#c3a60d

Complementary Color

#c3a60d #0d2ac3

#c3a60d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3a60d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3a60d Color CSS Codes

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

#c3a60d Text Font Color

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

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


#c3a60d Background Color

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

This div background color is #c3a60d


#c3a60d Border Color

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

This div border color is #c3a60d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,166,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c3a60d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c3a60d;
  -webkit-box-shadow: 1px 1px 3px 2px #c3a60d;
  box-shadow:         1px 1px 3px 2px #c3a60d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,166,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3a60d


Comments

No comments written yet.

Please login to write comment.