Color Hex Logo

#cc8532 Color Hex

#CC8532
(204,133,50)
0 Favorites   0 Comments

Color spaces of #cc8532

RGB 20413350
HSL0.090.610.50
HSV32°75°80°
CMYK 0.000.350.75   0.20
XYZ33.865129.84276.9929
Yxy29.84270.47900.4221
Hunter Lab54.628515.055330.6503
CIE-Lab61.518320.335653.5590

#cc8532 color RGB value is (204,133,50).

#cc8532 hex color red value is 204, green value is 133 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #cc8532 hue: 0.09 , saturation: 0.61 and the lightness value of cc8532 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000101 00110010
Octal 314 205 62
Decimal 204 133 50
Hex CC 85 32

RGB Percentages of Color #cc8532

%52.71
%34.37
%12.92

CMYK Percentages of Color #cc8532

%0
%35
%75
%20

Triadic Colors of #cc8532

#cc8532 #32cc85 #8532cc

Analogous Colors of #cc8532

#cc8532 #c6cc32 #cc3832

Monochromatic Colors of #cc8532

#cc8532

Complementary Color

#cc8532 #3279cc

#cc8532 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8532 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8532 Color CSS Codes

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

#cc8532 Text Font Color

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

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


#cc8532 Background Color

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

This div background color is #cc8532


#cc8532 Border Color

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

This div border color is #cc8532


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8532


Comments

No comments written yet.

Please login to write comment.