Color Hex Logo

#ccc457 Color Hex

#CCC457
(204,196,87)
0 Favorites   0 Comments

Color spaces of #ccc457

RGB 20419687
HSL0.160.530.57
HSV56°57°80°
CMYK 0.000.040.57   0.20
XYZ46.362153.005316.8043
Yxy53.00530.39910.4563
Hunter Lab72.8047-13.739437.2784
CIE-Lab77.8781-11.056354.5793

#ccc457 color RGB value is (204,196,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000100 01010111
Octal 314 304 127
Decimal 204 196 87
Hex CC C4 57

RGB Percentages of Color #ccc457

%41.89
%40.25
%17.86

CMYK Percentages of Color #ccc457

%0
%4
%57
%20

Triadic Colors of #ccc457

#ccc457 #57ccc4 #c457cc

Analogous Colors of #ccc457

#ccc457 #9acc57 #cc8a57

Monochromatic Colors of #ccc457

#ccc457

Complementary Color

#ccc457 #575fcc

#ccc457 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc457 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc457 Color CSS Codes

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

#ccc457 Text Font Color

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

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


#ccc457 Background Color

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

This div background color is #ccc457


#ccc457 Border Color

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

This div border color is #ccc457


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,196,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 #ccc457">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc457


Comments

No comments written yet.

Please login to write comment.