Color Hex Logo

#ccc021 Color Hex

#CCC021
(204,192,33)
0 Favorites   0 Comments

Color spaces of #ccc021

RGB 20419233
HSL0.150.720.46
HSV56°84°80°
CMYK 0.000.060.84   0.20
XYZ44.026050.64648.8942
Yxy50.64640.42510.4890
Hunter Lab71.1663-14.114542.4065
CIE-Lab76.4643-11.687472.6427

#ccc021 color RGB value is (204,192,33).

#ccc021 hex color red value is 204, green value is 192 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #ccc021 hue: 0.15 , saturation: 0.72 and the lightness value of ccc021 is 0.46.

The process color (four color CMYK) of #ccc021 color hex is 0.00, 0.06, 0.84, 0.20. Web safe color of #ccc021 is #cccc33. Color #ccc021 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000000 00100001
Octal 314 300 41
Decimal 204 192 33
Hex CC C0 21

RGB Percentages of Color #ccc021

%47.55
%44.76
%7.69

CMYK Percentages of Color #ccc021

%0
%6
%84
%20

Triadic Colors of #ccc021

#ccc021 #21ccc0 #c021cc

Analogous Colors of #ccc021

#ccc021 #83cc21 #cc6b21

Monochromatic Colors of #ccc021

#ccc021

Complementary Color

#ccc021 #212dcc

#ccc021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc021 Color CSS Codes

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

#ccc021 Text Font Color

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

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


#ccc021 Background Color

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

This div background color is #ccc021


#ccc021 Border Color

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

This div border color is #ccc021


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc021


Comments

No comments written yet.

Please login to write comment.