Color Hex Logo

#c5a228 Color Hex

#C5A228
(197,162,40)
0 Favorites   0 Comments

Color spaces of #c5a228

RGB 19716240
HSL0.130.660.46
HSV47°80°77°
CMYK 0.000.180.80   0.23
XYZ36.329337.86427.4012
Yxy37.86420.44520.4641
Hunter Lab61.5339-2.298835.9424
CIE-Lab67.92041.137363.0677

#c5a228 color RGB value is (197,162,40).

#c5a228 hex color red value is 197, green value is 162 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #c5a228 hue: 0.13 , saturation: 0.66 and the lightness value of c5a228 is 0.46.

The process color (four color CMYK) of #c5a228 color hex is 0.00, 0.18, 0.80, 0.23. Web safe color of #c5a228 is #cc9933. Color #c5a228 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10100010 00101000
Octal 305 242 50
Decimal 197 162 40
Hex C5 A2 28

RGB Percentages of Color #c5a228

%49.37
%40.60
%10.03

CMYK Percentages of Color #c5a228

%0
%18
%80
%23

Triadic Colors of #c5a228

#c5a228 #28c5a2 #a228c5

Analogous Colors of #c5a228

#c5a228 #9ac528 #c55428

Monochromatic Colors of #c5a228

#c5a228

Complementary Color

#c5a228 #284bc5

#c5a228 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5a228 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5a228 Color CSS Codes

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

#c5a228 Text Font Color

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

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


#c5a228 Background Color

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

This div background color is #c5a228


#c5a228 Border Color

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

This div border color is #c5a228


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,162,40, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c5a228; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c5a228;
  -webkit-box-shadow: 1px 1px 3px 2px #c5a228;
  box-shadow:         1px 1px 3px 2px #c5a228; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,162,40, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5a228


Comments

No comments written yet.

Please login to write comment.