Color Hex Logo

#c3a022 Color Hex

#C3A022
(195,160,34)
0 Favorites   0 Comments

Color spaces of #c3a022

RGB 19516034
HSL0.130.700.45
HSV47°83°76°
CMYK 0.000.180.83   0.24
XYZ35.365236.85926.7640
Yxy36.85920.44770.4666
Hunter Lab60.7118-2.267635.8926
CIE-Lab67.17131.127764.1891

#c3a022 color RGB value is (195,160,34).

#c3a022 hex color red value is 195, green value is 160 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #c3a022 hue: 0.13 , saturation: 0.70 and the lightness value of c3a022 is 0.45.

The process color (four color CMYK) of #c3a022 color hex is 0.00, 0.18, 0.83, 0.24. Web safe color of #c3a022 is #cc9933. Color #c3a022 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10100000 00100010
Octal 303 240 42
Decimal 195 160 34
Hex C3 A0 22

RGB Percentages of Color #c3a022

%50.13
%41.13
%8.74

CMYK Percentages of Color #c3a022

%0
%18
%83
%24

Triadic Colors of #c3a022

#c3a022 #22c3a0 #a022c3

Analogous Colors of #c3a022

#c3a022 #96c322 #c35022

Monochromatic Colors of #c3a022

#c3a022

Complementary Color

#c3a022 #2245c3

#c3a022 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3a022 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3a022 Color CSS Codes

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

#c3a022 Text Font Color

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

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


#c3a022 Background Color

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

This div background color is #c3a022


#c3a022 Border Color

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

This div border color is #c3a022


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3a022


Comments

No comments written yet.

Please login to write comment.