color codes Logo

#c7c35f color codes

#C7C35F
(199,195,95)
0 Favorites   0 Comments

Color spaces of #c7c35f

RGB 19919595
HSL0.160.480.58
HSV58°52°78°
CMYK 0.000.020.52   0.22
XYZ45.133951.998618.4844
Yxy51.99860.39040.4497
Hunter Lab72.1101-14.468935.2789
CIE-Lab77.2800-11.985050.0857

#c7c35f color RGB value is (199,195,95).

#c7c35f hex color red value is 199, green value is 195 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #c7c35f hue: 0.16 , saturation: 0.48 and the lightness value of c7c35f is 0.58.

The process color (four color CMYK) of #c7c35f color code is 0.00, 0.02, 0.52, 0.22. Web safe color of #c7c35f is #cccc66. Color #c7c35f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11000011 01011111
Octal 307 303 137
Decimal 199 195 95
Hex C7 C3 5F

RGB Percentages of Color #c7c35f

%40.70
%39.88
%19.43

CMYK Percentages of Color #c7c35f

%0
%2
%52
%22

Triadic Colors of #c7c35f

#c7c35f #5fc7c3 #c35fc7

Analogous Colors of #c7c35f

#c7c35f #97c75f #c78f5f

Monochromatic Colors of #c7c35f

#c7c35f

Complementary Color

#c7c35f #5f63c7

#c7c35f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7c35f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7c35f Color CSS Codes

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

#c7c35f Text Font Color

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

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


#c7c35f Background Color

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

This div background color is #c7c35f


#c7c35f Border Color

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

This div border color is #c7c35f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7c35f


Comments

No comments written yet.

Please login to write comment.