Color Hex Logo

#ccc11a Color Hex

#CCC11A
(204,193,26)
0 Favorites   0 Comments

Color spaces of #ccc11a

RGB 20419326
HSL0.160.770.45
HSV56°87°80°
CMYK 0.000.050.87   0.20
XYZ44.158351.05198.5039
Yxy51.05190.42580.4922
Hunter Lab71.4506-14.721042.9589
CIE-Lab76.7104-12.361174.3554

#ccc11a color RGB value is (204,193,26).

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

The process color (four color CMYK) of #ccc11a color hex is 0.00, 0.05, 0.87, 0.20. Web safe color of #ccc11a is #cccc33. Color #ccc11a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000001 00011010
Octal 314 301 32
Decimal 204 193 26
Hex CC C1 1A

RGB Percentages of Color #ccc11a

%48.23
%45.63
%6.15

CMYK Percentages of Color #ccc11a

%0
%5
%87
%20

Triadic Colors of #ccc11a

#ccc11a #1accc1 #c11acc

Analogous Colors of #ccc11a

#ccc11a #7ecc1a #cc681a

Monochromatic Colors of #ccc11a

#ccc11a

Complementary Color

#ccc11a #1a25cc

#ccc11a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc11a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc11a Color CSS Codes

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

#ccc11a Text Font Color

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

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


#ccc11a Background Color

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

This div background color is #ccc11a


#ccc11a Border Color

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

This div border color is #ccc11a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc11a


Comments

No comments written yet.

Please login to write comment.