Color Hex Logo

#ccc011 Color Hex

#CCC011
(204,192,17)
0 Favorites   0 Comments

Color spaces of #ccc011

RGB 20419217
HSL0.160.850.43
HSV56°92°80°
CMYK 0.000.060.92   0.20
XYZ43.852750.57717.9814
Yxy50.57710.42820.4939
Hunter Lab71.1176-14.388643.1283
CIE-Lab76.4221-12.013875.6464

#ccc011 color RGB value is (204,192,17).

#ccc011 hex color red value is 204, green value is 192 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #ccc011 hue: 0.16 , saturation: 0.85 and the lightness value of ccc011 is 0.43.

The process color (four color CMYK) of #ccc011 color hex is 0.00, 0.06, 0.92, 0.20. Web safe color of #ccc011 is #cccc00. Color #ccc011 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000000 00010001
Octal 314 300 21
Decimal 204 192 17
Hex CC C0 11

RGB Percentages of Color #ccc011

%49.39
%46.49
%4.12

CMYK Percentages of Color #ccc011

%0
%6
%92
%20

Triadic Colors of #ccc011

#ccc011 #11ccc0 #c011cc

Analogous Colors of #ccc011

#ccc011 #7bcc11 #cc6211

Monochromatic Colors of #ccc011

#ccc011

Complementary Color

#ccc011 #111dcc

#ccc011 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc011 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc011 Color CSS Codes

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

#ccc011 Text Font Color

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

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


#ccc011 Background Color

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

This div background color is #ccc011


#ccc011 Border Color

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

This div border color is #ccc011


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc011


Comments

No comments written yet.

Please login to write comment.