Color Hex Logo

#cc8422 Color Hex

#CC8422
(204,132,34)
0 Favorites   0 Comments

Color spaces of #cc8422

RGB 20413234
HSL0.100.710.47
HSV35°83°80°
CMYK 0.000.350.83   0.20
XYZ33.441829.45545.4363
Yxy29.45540.48940.4311
Hunter Lab54.272815.010632.0521
CIE-Lab61.181520.304359.4263

#cc8422 color RGB value is (204,132,34).

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

The process color (four color CMYK) of #cc8422 color hex is 0.00, 0.35, 0.83, 0.20. Web safe color of #cc8422 is #cc9933. Color #cc8422 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000100 00100010
Octal 314 204 42
Decimal 204 132 34
Hex CC 84 22

RGB Percentages of Color #cc8422

%55.14
%35.68
%9.19

CMYK Percentages of Color #cc8422

%0
%35
%83
%20

Triadic Colors of #cc8422

#cc8422 #22cc84 #8422cc

Analogous Colors of #cc8422

#cc8422 #bfcc22 #cc2f22

Monochromatic Colors of #cc8422

#cc8422

Complementary Color

#cc8422 #226acc

#cc8422 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8422 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8422 Color CSS Codes

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

#cc8422 Text Font Color

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

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


#cc8422 Background Color

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

This div background color is #cc8422


#cc8422 Border Color

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

This div border color is #cc8422


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8422


Comments

No comments written yet.

Please login to write comment.