Color Hex Logo

#cc5e00 Color Hex

#CC5E00
(204,94,0)
1 Favorites   0 Comments

Color spaces of #cc5e00

RGB 204940
HSL0.081.000.40
HSV28°100°80°
CMYK 0.000.541.00   0.20
XYZ28.904520.84282.4996
Yxy20.84280.55320.3989
Hunter Lab45.653933.117928.7116
CIE-Lab52.777039.784561.7394

#cc5e00 color RGB value is (204,94,0).

#cc5e00 hex color red value is 204, green value is 94 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #cc5e00 hue: 0.08 , saturation: 1.00 and the lightness value of cc5e00 is 0.40.

The process color (four color CMYK) of #cc5e00 color hex is 0.00, 0.54, 1.00, 0.20. Web safe color of #cc5e00 is #cc6600. Color #cc5e00 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011110 00000000
Octal 314 136 0
Decimal 204 94 0
Hex CC 5E 0

RGB Percentages of Color #cc5e00

%68.46
%31.54
%0.00

CMYK Percentages of Color #cc5e00

%0
%54
%100
%20

Triadic Colors of #cc5e00

#cc5e00 #00cc5e #5e00cc

Analogous Colors of #cc5e00

#cc5e00 #ccc400 #cc0008

Monochromatic Colors of #cc5e00

#cc5e00

Complementary Color

#cc5e00 #006ecc

#cc5e00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc5e00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc5e00 Color CSS Codes

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

#cc5e00 Text Font Color

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

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


#cc5e00 Background Color

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

This div background color is #cc5e00


#cc5e00 Border Color

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

This div border color is #cc5e00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc5e00


Comments

No comments written yet.

Please login to write comment.