Color Hex Logo

#cc8502 Color Hex

#CC8502
(204,133,2)
0 Favorites   0 Comments

Color spaces of #cc8502

RGB 2041332
HSL0.110.980.40
HSV39°99°80°
CMYK 0.000.350.99   0.20
XYZ33.300329.61684.0189
Yxy29.61680.49750.4425
Hunter Lab54.421313.986533.7165
CIE-Lab61.322219.199266.7236

#cc8502 color RGB value is (204,133,2).

#cc8502 hex color red value is 204, green value is 133 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #cc8502 hue: 0.11 , saturation: 0.98 and the lightness value of cc8502 is 0.40.

The process color (four color CMYK) of #cc8502 color hex is 0.00, 0.35, 0.99, 0.20. Web safe color of #cc8502 is #cc9900. Color #cc8502 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000101 00000010
Octal 314 205 2
Decimal 204 133 2
Hex CC 85 2

RGB Percentages of Color #cc8502

%60.18
%39.23
%0.59

CMYK Percentages of Color #cc8502

%0
%35
%99
%20

Triadic Colors of #cc8502

#cc8502 #02cc85 #8502cc

Analogous Colors of #cc8502

#cc8502 #aecc02 #cc2002

Monochromatic Colors of #cc8502

#cc8502

Complementary Color

#cc8502 #0249cc

#cc8502 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8502 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8502 Color CSS Codes

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

#cc8502 Text Font Color

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

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


#cc8502 Background Color

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

This div background color is #cc8502


#cc8502 Border Color

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

This div border color is #cc8502


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8502


Comments

No comments written yet.

Please login to write comment.