Color Hex Logo

#c5af4d Color Hex

#C5AF4D
(197,175,77)
0 Favorites   0 Comments

Color spaces of #c5af4d

RGB 19717577
HSL0.140.510.54
HSV49°61°77°
CMYK 0.000.110.61   0.23
XYZ39.695543.066113.2416
Yxy43.06610.41350.4486
Hunter Lab65.6248-6.871233.9739
CIE-Lab71.5998-3.844251.9456

#c5af4d color RGB value is (197,175,77).

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

The process color (four color CMYK) of #c5af4d color hex is 0.00, 0.11, 0.61, 0.23. Web safe color of #c5af4d is #cc9966. Color #c5af4d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10101111 01001101
Octal 305 257 115
Decimal 197 175 77
Hex C5 AF 4D

RGB Percentages of Color #c5af4d

%43.88
%38.98
%17.15

CMYK Percentages of Color #c5af4d

%0
%11
%61
%23

Triadic Colors of #c5af4d

#c5af4d #4dc5af #af4dc5

Analogous Colors of #c5af4d

#c5af4d #9fc54d #c5734d

Monochromatic Colors of #c5af4d

#c5af4d

Complementary Color

#c5af4d #4d63c5

#c5af4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5af4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5af4d Color CSS Codes

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

#c5af4d Text Font Color

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

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


#c5af4d Background Color

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

This div background color is #c5af4d


#c5af4d Border Color

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

This div border color is #c5af4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5af4d


Comments

No comments written yet.

Please login to write comment.