Color Hex Logo

#ccc716 Color Hex

#CCC716
(204,199,22)
0 Favorites   0 Comments

Color spaces of #ccc716

RGB 20419922
HSL0.160.810.44
HSV58°89°80°
CMYK 0.000.020.89   0.20
XYZ45.470153.74218.7358
Yxy53.74210.42120.4979
Hunter Lab73.3090-17.575744.2511
CIE-Lab78.3111-15.463276.3451

#ccc716 color RGB value is (204,199,22).

#ccc716 hex color red value is 204, green value is 199 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #ccc716 hue: 0.16 , saturation: 0.81 and the lightness value of ccc716 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000111 00010110
Octal 314 307 26
Decimal 204 199 22
Hex CC C7 16

RGB Percentages of Color #ccc716

%48.00
%46.82
%5.18

CMYK Percentages of Color #ccc716

%0
%2
%89
%20

Triadic Colors of #ccc716

#ccc716 #16ccc7 #c716cc

Analogous Colors of #ccc716

#ccc716 #76cc16 #cc6c16

Monochromatic Colors of #ccc716

#ccc716

Complementary Color

#ccc716 #161bcc

#ccc716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc716 Color CSS Codes

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

#ccc716 Text Font Color

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

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


#ccc716 Background Color

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

This div background color is #ccc716


#ccc716 Border Color

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

This div border color is #ccc716


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc716


Comments

No comments written yet.

Please login to write comment.