Color Hex Logo

#c5c252 Color Hex

#C5C252
(197,194,82)
0 Favorites   0 Comments

Color spaces of #c5c252

RGB 19719482
HSL0.160.500.55
HSV58°58°77°
CMYK 0.000.020.58   0.23
XYZ43.840751.063115.5282
Yxy51.06310.39700.4624
Hunter Lab71.4584-15.540237.1370
CIE-Lab76.7172-13.320955.3651

#c5c252 color RGB value is (197,194,82).

#c5c252 hex color red value is 197, green value is 194 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #c5c252 hue: 0.16 , saturation: 0.50 and the lightness value of c5c252 is 0.55.

The process color (four color CMYK) of #c5c252 color hex is 0.00, 0.02, 0.58, 0.23. Web safe color of #c5c252 is #cccc66. Color #c5c252 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11000010 01010010
Octal 305 302 122
Decimal 197 194 82
Hex C5 C2 52

RGB Percentages of Color #c5c252

%41.65
%41.01
%17.34

CMYK Percentages of Color #c5c252

%0
%2
%58
%23

Triadic Colors of #c5c252

#c5c252 #52c5c2 #c252c5

Analogous Colors of #c5c252

#c5c252 #8fc552 #c58952

Monochromatic Colors of #c5c252

#c5c252

Complementary Color

#c5c252 #5255c5

#c5c252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5c252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5c252 Color CSS Codes

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

#c5c252 Text Font Color

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

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


#c5c252 Background Color

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

This div background color is #c5c252


#c5c252 Border Color

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

This div border color is #c5c252


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5c252


Comments

No comments written yet.

Please login to write comment.