Color Hex Logo

#c5c067 Color Hex

#C5C067
(197,192,103)
0 Favorites   0 Comments

Color spaces of #c5c067

RGB 197192103
HSL0.160.450.59
HSV57°48°77°
CMYK 0.000.030.48   0.23
XYZ44.323850.548920.2528
Yxy50.54890.38500.4391
Hunter Lab71.0977-13.140532.8792
CIE-Lab76.4049-10.561145.1525

#c5c067 color RGB value is (197,192,103).

#c5c067 hex color red value is 197, green value is 192 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #c5c067 hue: 0.16 , saturation: 0.45 and the lightness value of c5c067 is 0.59.

The process color (four color CMYK) of #c5c067 color hex is 0.00, 0.03, 0.48, 0.23. Web safe color of #c5c067 is #cccc66. Color #c5c067 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11000000 01100111
Octal 305 300 147
Decimal 197 192 103
Hex C5 C0 67

RGB Percentages of Color #c5c067

%40.04
%39.02
%20.93

CMYK Percentages of Color #c5c067

%0
%3
%48
%23

Triadic Colors of #c5c067

#c5c067 #67c5c0 #c067c5

Analogous Colors of #c5c067

#c5c067 #9bc567 #c59167

Monochromatic Colors of #c5c067

#c5c067

Complementary Color

#c5c067 #676cc5

#c5c067 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5c067 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5c067 Color CSS Codes

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

#c5c067 Text Font Color

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

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


#c5c067 Background Color

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

This div background color is #c5c067


#c5c067 Border Color

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

This div border color is #c5c067


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5c067


Comments

No comments written yet.

Please login to write comment.