Color Hex Logo

#ccc21f Color Hex

#CCC21F
(204,194,31)
0 Favorites   0 Comments

Color spaces of #ccc21f

RGB 20419431
HSL0.160.740.46
HSV57°85°80°
CMYK 0.000.050.85   0.20
XYZ44.440951.51998.8984
Yxy51.51990.42380.4913
Hunter Lab71.7774-15.092242.8938
CIE-Lab76.9929-12.754173.5404

#ccc21f color RGB value is (204,194,31).

#ccc21f hex color red value is 204, green value is 194 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ccc21f hue: 0.16 , saturation: 0.74 and the lightness value of ccc21f is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000010 00011111
Octal 314 302 37
Decimal 204 194 31
Hex CC C2 1F

RGB Percentages of Color #ccc21f

%47.55
%45.22
%7.23

CMYK Percentages of Color #ccc21f

%0
%5
%85
%20

Triadic Colors of #ccc21f

#ccc21f #1fccc2 #c21fcc

Analogous Colors of #ccc21f

#ccc21f #80cc1f #cc6c1f

Monochromatic Colors of #ccc21f

#ccc21f

Complementary Color

#ccc21f #1f29cc

#ccc21f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc21f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc21f Color CSS Codes

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

#ccc21f Text Font Color

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

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


#ccc21f Background Color

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

This div background color is #ccc21f


#ccc21f Border Color

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

This div border color is #ccc21f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc21f


Comments

No comments written yet.

Please login to write comment.