Color Hex Logo

#ccc224 Color Hex

#CCC224
(204,194,36)
0 Favorites   0 Comments

Color spaces of #ccc224

RGB 20419436
HSL0.160.700.47
HSV56°82°80°
CMYK 0.000.050.82   0.20
XYZ44.512151.54839.2729
Yxy51.54830.42260.4894
Hunter Lab71.7971-14.980342.6005
CIE-Lab77.0100-12.620672.3689

#ccc224 color RGB value is (204,194,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000010 00100100
Octal 314 302 44
Decimal 204 194 36
Hex CC C2 24

RGB Percentages of Color #ccc224

%47.00
%44.70
%8.29

CMYK Percentages of Color #ccc224

%0
%5
%82
%20

Triadic Colors of #ccc224

#ccc224 #24ccc2 #c224cc

Analogous Colors of #ccc224

#ccc224 #82cc24 #cc6e24

Monochromatic Colors of #ccc224

#ccc224

Complementary Color

#ccc224 #242ecc

#ccc224 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc224 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc224 Color CSS Codes

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

#ccc224 Text Font Color

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

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


#ccc224 Background Color

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

This div background color is #ccc224


#ccc224 Border Color

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

This div border color is #ccc224


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc224


Comments

No comments written yet.

Please login to write comment.