Color Hex Logo

#cc7b0a Color Hex

#CC7B0A
(204,123,10)
0 Favorites   0 Comments

Color spaces of #cc7b0a

RGB 20412310
HSL0.100.910.42
HSV35°95°80°
CMYK 0.000.400.95   0.20
XYZ32.039627.02523.8149
Yxy27.02520.50950.4298
Hunter Lab51.985819.037132.0391
CIE-Lab58.997624.713263.8621

#cc7b0a color RGB value is (204,123,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111011 00001010
Octal 314 173 12
Decimal 204 123 10
Hex CC 7B A

RGB Percentages of Color #cc7b0a

%60.53
%36.50
%2.97

CMYK Percentages of Color #cc7b0a

%0
%40
%95
%20

Triadic Colors of #cc7b0a

#cc7b0a #0acc7b #7b0acc

Analogous Colors of #cc7b0a

#cc7b0a #bccc0a #cc1a0a

Monochromatic Colors of #cc7b0a

#cc7b0a

Complementary Color

#cc7b0a #0a5bcc

#cc7b0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc7b0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc7b0a Color CSS Codes

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

#cc7b0a Text Font Color

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

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


#cc7b0a Background Color

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

This div background color is #cc7b0a


#cc7b0a Border Color

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

This div border color is #cc7b0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc7b0a


Comments

No comments written yet.

Please login to write comment.