Color Hex Logo

#c5af40 Color Hex

#C5AF40
(197,175,64)
0 Favorites   0 Comments

Color spaces of #c5af40

RGB 19717564
HSL0.140.530.51
HSV50°68°77°
CMYK 0.000.110.68   0.23
XYZ39.281342.900411.0607
Yxy42.90040.42130.4601
Hunter Lab65.4984-7.570535.8366
CIE-Lab71.4873-4.663857.5210

#c5af40 color RGB value is (197,175,64).

#c5af40 hex color red value is 197, green value is 175 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #c5af40 hue: 0.14 , saturation: 0.53 and the lightness value of c5af40 is 0.51.

The process color (four color CMYK) of #c5af40 color hex is 0.00, 0.11, 0.68, 0.23. Web safe color of #c5af40 is #cc9933. Color #c5af40 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10101111 01000000
Octal 305 257 100
Decimal 197 175 64
Hex C5 AF 40

RGB Percentages of Color #c5af40

%45.18
%40.14
%14.68

CMYK Percentages of Color #c5af40

%0
%11
%68
%23

Triadic Colors of #c5af40

#c5af40 #40c5af #af40c5

Analogous Colors of #c5af40

#c5af40 #99c540 #c56d40

Monochromatic Colors of #c5af40

#c5af40

Complementary Color

#c5af40 #4056c5

#c5af40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5af40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5af40 Color CSS Codes

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

#c5af40 Text Font Color

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

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


#c5af40 Background Color

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

This div background color is #c5af40


#c5af40 Border Color

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

This div border color is #c5af40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5af40


Comments

No comments written yet.

Please login to write comment.