Color Hex Logo

#ccc122 Color Hex

#CCC122
(204,193,34)
0 Favorites   0 Comments

Color spaces of #ccc122

RGB 20419334
HSL0.160.710.47
HSV56°83°80°
CMYK 0.000.050.83   0.20
XYZ44.260551.09289.0425
Yxy51.09280.42400.4894
Hunter Lab71.4792-14.560042.5350
CIE-Lab76.7352-12.169272.6301

#ccc122 color RGB value is (204,193,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000001 00100010
Octal 314 301 42
Decimal 204 193 34
Hex CC C1 22

RGB Percentages of Color #ccc122

%47.33
%44.78
%7.89

CMYK Percentages of Color #ccc122

%0
%5
%83
%20

Triadic Colors of #ccc122

#ccc122 #22ccc1 #c122cc

Analogous Colors of #ccc122

#ccc122 #82cc22 #cc6c22

Monochromatic Colors of #ccc122

#ccc122

Complementary Color

#ccc122 #222dcc

#ccc122 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc122 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc122 Color CSS Codes

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

#ccc122 Text Font Color

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

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


#ccc122 Background Color

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

This div background color is #ccc122


#ccc122 Border Color

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

This div border color is #ccc122


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc122


Comments

No comments written yet.

Please login to write comment.