Color Hex Logo

#cc8202 Color Hex

#CC8202
(204,130,2)
0 Favorites   0 Comments

Color spaces of #cc8202

RGB 2041302
HSL0.110.980.40
HSV38°99°80°
CMYK 0.000.360.99   0.20
XYZ32.895428.80703.8840
Yxy28.80700.50160.4392
Hunter Lab53.672215.475533.2800
CIE-Lab60.610920.830566.2508

#cc8202 color RGB value is (204,130,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000010 00000010
Octal 314 202 2
Decimal 204 130 2
Hex CC 82 2

RGB Percentages of Color #cc8202

%60.71
%38.69
%0.60

CMYK Percentages of Color #cc8202

%0
%36
%99
%20

Triadic Colors of #cc8202

#cc8202 #02cc82 #8202cc

Analogous Colors of #cc8202

#cc8202 #b1cc02 #cc1d02

Monochromatic Colors of #cc8202

#cc8202

Complementary Color

#cc8202 #024ccc

#cc8202 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8202 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8202 Color CSS Codes

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

#cc8202 Text Font Color

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

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


#cc8202 Background Color

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

This div background color is #cc8202


#cc8202 Border Color

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

This div border color is #cc8202


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8202


Comments

No comments written yet.

Please login to write comment.