Color Hex Logo

#ccc522 Color Hex

#CCC522
(204,197,34)
0 Favorites   0 Comments

Color spaces of #ccc522

RGB 20419734
HSL0.160.710.47
HSV58°83°80°
CMYK 0.000.030.83   0.20
XYZ45.156852.88549.3413
Yxy52.88540.42050.4925
Hunter Lab72.7223-16.424943.2898
CIE-Lab77.8073-14.191873.5278

#ccc522 color RGB value is (204,197,34).

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

The process color (four color CMYK) of #ccc522 color hex is 0.00, 0.03, 0.83, 0.20. Web safe color of #ccc522 is #cccc33. Color #ccc522 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000101 00100010
Octal 314 305 42
Decimal 204 197 34
Hex CC C5 22

RGB Percentages of Color #ccc522

%46.90
%45.29
%7.82

CMYK Percentages of Color #ccc522

%0
%3
%83
%20

Triadic Colors of #ccc522

#ccc522 #22ccc5 #c522cc

Analogous Colors of #ccc522

#ccc522 #7ecc22 #cc7022

Monochromatic Colors of #ccc522

#ccc522

Complementary Color

#ccc522 #2229cc

#ccc522 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc522 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc522 Color CSS Codes

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

#ccc522 Text Font Color

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

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


#ccc522 Background Color

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

This div background color is #ccc522


#ccc522 Border Color

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

This div border color is #ccc522


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc522


Comments

No comments written yet.

Please login to write comment.