Color Hex Logo

#ccc222 Color Hex

#CCC222
(204,194,34)
0 Favorites   0 Comments

Color spaces of #ccc222

RGB 20419434
HSL0.160.710.47
HSV56°83°80°
CMYK 0.000.050.83   0.20
XYZ44.482451.53649.1164
Yxy51.53640.42310.4902
Hunter Lab71.7889-15.026942.7230
CIE-Lab77.0028-12.676272.8544

#ccc222 color RGB value is (204,194,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000010 00100010
Octal 314 302 42
Decimal 204 194 34
Hex CC C2 22

RGB Percentages of Color #ccc222

%47.22
%44.91
%7.87

CMYK Percentages of Color #ccc222

%0
%5
%83
%20

Triadic Colors of #ccc222

#ccc222 #22ccc2 #c222cc

Analogous Colors of #ccc222

#ccc222 #81cc22 #cc6d22

Monochromatic Colors of #ccc222

#ccc222

Complementary Color

#ccc222 #222ccc

#ccc222 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc222 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc222 Color CSS Codes

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

#ccc222 Text Font Color

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

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


#ccc222 Background Color

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

This div background color is #ccc222


#ccc222 Border Color

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

This div border color is #ccc222


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,194,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 #ccc222">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc222

#ccc222 Color Palettes


Comments

No comments written yet.

Please login to write comment.