Color Hex Logo

#cc650e Color Hex

#CC650E
(204,101,14)
0 Favorites   0 Comments

Color spaces of #cc650e

RGB 20410114
HSL0.080.870.43
HSV27°93°80°
CMYK 0.000.500.93   0.20
XYZ29.634822.17643.1340
Yxy22.17640.53940.4036
Hunter Lab47.091829.919029.0185
CIE-Lab54.213736.400359.7652

#cc650e color RGB value is (204,101,14).

#cc650e hex color red value is 204, green value is 101 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #cc650e hue: 0.08 , saturation: 0.87 and the lightness value of cc650e is 0.43.

The process color (four color CMYK) of #cc650e color hex is 0.00, 0.50, 0.93, 0.20. Web safe color of #cc650e is #cc6600. Color #cc650e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100101 00001110
Octal 314 145 16
Decimal 204 101 14
Hex CC 65 E

RGB Percentages of Color #cc650e

%63.95
%31.66
%4.39

CMYK Percentages of Color #cc650e

%0
%50
%93
%20

Triadic Colors of #cc650e

#cc650e #0ecc65 #650ecc

Analogous Colors of #cc650e

#cc650e #ccc40e #cc0e16

Monochromatic Colors of #cc650e

#cc650e

Complementary Color

#cc650e #0e75cc

#cc650e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc650e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc650e Color CSS Codes

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

#cc650e Text Font Color

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

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


#cc650e Background Color

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

This div background color is #cc650e


#cc650e Border Color

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

This div border color is #cc650e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc650e


Comments

No comments written yet.

Please login to write comment.