Color Hex Logo

#ccc956 Color Hex

#CCC956
(204,201,86)
0 Favorites   0 Comments

Color spaces of #ccc956

RGB 20420186
HSL0.160.540.57
HSV58°58°80°
CMYK 0.000.010.58   0.20
XYZ47.468255.282516.9729
Yxy55.28250.39650.4618
Hunter Lab74.3522-16.157738.5120
CIE-Lab79.2037-13.664656.5072

#ccc956 color RGB value is (204,201,86).

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

The process color (four color CMYK) of #ccc956 color hex is 0.00, 0.01, 0.58, 0.20. Web safe color of #ccc956 is #cccc66. Color #ccc956 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001001 01010110
Octal 314 311 126
Decimal 204 201 86
Hex CC C9 56

RGB Percentages of Color #ccc956

%41.55
%40.94
%17.52

CMYK Percentages of Color #ccc956

%0
%1
%58
%20

Triadic Colors of #ccc956

#ccc956 #56ccc9 #c956cc

Analogous Colors of #ccc956

#ccc956 #94cc56 #cc8e56

Monochromatic Colors of #ccc956

#ccc956

Complementary Color

#ccc956 #5659cc

#ccc956 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc956 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc956 Color CSS Codes

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

#ccc956 Text Font Color

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

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


#ccc956 Background Color

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

This div background color is #ccc956


#ccc956 Border Color

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

This div border color is #ccc956


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc956


Comments

No comments written yet.

Please login to write comment.