Color Hex Logo

#ccc157 Color Hex

#CCC157
(204,193,87)
0 Favorites   0 Comments

Color spaces of #ccc157

RGB 20419387
HSL0.150.530.57
HSV54°57°80°
CMYK 0.000.050.57   0.20
XYZ45.692151.665416.5810
Yxy51.66540.40100.4534
Hunter Lab71.8786-12.318136.6380
CIE-Lab77.0803-9.522853.6811

#ccc157 color RGB value is (204,193,87).

#ccc157 hex color red value is 204, green value is 193 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #ccc157 hue: 0.15 , saturation: 0.53 and the lightness value of ccc157 is 0.57.

The process color (four color CMYK) of #ccc157 color hex is 0.00, 0.05, 0.57, 0.20. Web safe color of #ccc157 is #cccc66. Color #ccc157 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000001 01010111
Octal 314 301 127
Decimal 204 193 87
Hex CC C1 57

RGB Percentages of Color #ccc157

%42.15
%39.88
%17.98

CMYK Percentages of Color #ccc157

%0
%5
%57
%20

Triadic Colors of #ccc157

#ccc157 #57ccc1 #c157cc

Analogous Colors of #ccc157

#ccc157 #9dcc57 #cc8757

Monochromatic Colors of #ccc157

#ccc157

Complementary Color

#ccc157 #5762cc

#ccc157 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc157 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc157 Color CSS Codes

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

#ccc157 Text Font Color

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

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


#ccc157 Background Color

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

This div background color is #ccc157


#ccc157 Border Color

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

This div border color is #ccc157


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,193,87, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ccc157; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ccc157;
  -webkit-box-shadow: 1px 1px 3px 2px #ccc157;
  box-shadow:         1px 1px 3px 2px #ccc157; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,193,87, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc157


Comments

No comments written yet.

Please login to write comment.