Color Hex Logo

#ccc917 Color Hex

#CCC917
(204,201,23)
0 Favorites   0 Comments

Color spaces of #ccc917

RGB 20420123
HSL0.160.800.45
HSV59°89°80°
CMYK 0.000.010.89   0.20
XYZ45.943154.67258.9420
Yxy54.67250.41940.4990
Hunter Lab73.9409-18.485644.5884
CIE-Lab78.8522-16.444476.6047

#ccc917 color RGB value is (204,201,23).

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

The process color (four color CMYK) of #ccc917 color hex is 0.00, 0.01, 0.89, 0.20. Web safe color of #ccc917 is #cccc00. Color #ccc917 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001001 00010111
Octal 314 311 27
Decimal 204 201 23
Hex CC C9 17

RGB Percentages of Color #ccc917

%47.66
%46.96
%5.37

CMYK Percentages of Color #ccc917

%0
%1
%89
%20

Triadic Colors of #ccc917

#ccc917 #17ccc9 #c917cc

Analogous Colors of #ccc917

#ccc917 #75cc17 #cc6f17

Monochromatic Colors of #ccc917

#ccc917

Complementary Color

#ccc917 #171acc

#ccc917 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc917 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc917 Color CSS Codes

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

#ccc917 Text Font Color

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

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


#ccc917 Background Color

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

This div background color is #ccc917


#ccc917 Border Color

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

This div border color is #ccc917


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc917


Comments

No comments written yet.

Please login to write comment.