Color Hex Logo

#ccc616 Color Hex

#CCC616
(204,198,22)
0 Favorites   0 Comments

Color spaces of #ccc616

RGB 20419822
HSL0.160.810.44
HSV58°89°80°
CMYK 0.000.030.89   0.20
XYZ45.240753.28358.6594
Yxy53.28350.42210.4971
Hunter Lab72.9955-17.112744.0634
CIE-Lab78.0421-14.962376.1334

#ccc616 color RGB value is (204,198,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000110 00010110
Octal 314 306 26
Decimal 204 198 22
Hex CC C6 16

RGB Percentages of Color #ccc616

%48.11
%46.70
%5.19

CMYK Percentages of Color #ccc616

%0
%3
%89
%20

Triadic Colors of #ccc616

#ccc616 #16ccc6 #c616cc

Analogous Colors of #ccc616

#ccc616 #77cc16 #cc6b16

Monochromatic Colors of #ccc616

#ccc616

Complementary Color

#ccc616 #161ccc

#ccc616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc616 Color CSS Codes

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

#ccc616 Text Font Color

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

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


#ccc616 Background Color

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

This div background color is #ccc616


#ccc616 Border Color

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

This div border color is #ccc616


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc616


Comments

No comments written yet.

Please login to write comment.