Color Hex Logo

#cc5306 Color Hex

#CC5306
(204,83,6)
0 Favorites   0 Comments

Color spaces of #cc5306

RGB 204836
HSL0.060.940.41
HSV23°97°80°
CMYK 0.000.590.97   0.20
XYZ28.028019.03702.3696
Yxy19.03700.56700.3851
Hunter Lab43.631438.310127.3220
CIE-Lab50.730545.172259.2139

#cc5306 color RGB value is (204,83,6).

#cc5306 hex color red value is 204, green value is 83 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #cc5306 hue: 0.06 , saturation: 0.94 and the lightness value of cc5306 is 0.41.

The process color (four color CMYK) of #cc5306 color hex is 0.00, 0.59, 0.97, 0.20. Web safe color of #cc5306 is #cc6600. Color #cc5306 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010011 00000110
Octal 314 123 6
Decimal 204 83 6
Hex CC 53 6

RGB Percentages of Color #cc5306

%69.62
%28.33
%2.05

CMYK Percentages of Color #cc5306

%0
%59
%97
%20

Triadic Colors of #cc5306

#cc5306 #06cc53 #5306cc

Analogous Colors of #cc5306

#cc5306 #ccb606 #cc061c

Monochromatic Colors of #cc5306

#cc5306

Complementary Color

#cc5306 #067fcc

#cc5306 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc5306 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc5306 Color CSS Codes

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

#cc5306 Text Font Color

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

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


#cc5306 Background Color

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

This div background color is #cc5306


#cc5306 Border Color

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

This div border color is #cc5306


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc5306


Comments

No comments written yet.

Please login to write comment.