Color Hex Logo

#cc650a Color Hex

#CC650A
(204,101,10)
0 Favorites   0 Comments

Color spaces of #cc650a

RGB 20410110
HSL0.080.910.42
HSV28°95°80°
CMYK 0.000.500.95   0.20
XYZ29.610322.16663.0051
Yxy22.16660.54050.4046
Hunter Lab47.081429.869229.1726
CIE-Lab54.203336.351460.5995

#cc650a color RGB value is (204,101,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100101 00001010
Octal 314 145 12
Decimal 204 101 10
Hex CC 65 A

RGB Percentages of Color #cc650a

%64.76
%32.06
%3.17

CMYK Percentages of Color #cc650a

%0
%50
%95
%20

Triadic Colors of #cc650a

#cc650a #0acc65 #650acc

Analogous Colors of #cc650a

#cc650a #ccc60a #cc0a10

Monochromatic Colors of #cc650a

#cc650a

Complementary Color

#cc650a #0a71cc

#cc650a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc650a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc650a Color CSS Codes

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

#cc650a Text Font Color

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

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


#cc650a Background Color

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

This div background color is #cc650a


#cc650a Border Color

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

This div border color is #cc650a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc650a


Comments

No comments written yet.

Please login to write comment.