Color Hex Logo

#cc7807 Color Hex

#CC7807
(204,120,7)
0 Favorites   0 Comments

Color spaces of #cc7807

RGB 2041207
HSL0.100.930.41
HSV34°97°80°
CMYK 0.000.410.97   0.20
XYZ31.656726.28573.6062
Yxy26.28570.51430.4271
Hunter Lab51.269620.494131.7184
CIE-Lab58.307226.297363.8876

#cc7807 color RGB value is (204,120,7).

#cc7807 hex color red value is 204, green value is 120 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #cc7807 hue: 0.10 , saturation: 0.93 and the lightness value of cc7807 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01111000 00000111
Octal 314 170 7
Decimal 204 120 7
Hex CC 78 7

RGB Percentages of Color #cc7807

%61.63
%36.25
%2.11

CMYK Percentages of Color #cc7807

%0
%41
%97
%20

Triadic Colors of #cc7807

#cc7807 #07cc78 #7807cc

Analogous Colors of #cc7807

#cc7807 #becc07 #cc1607

Monochromatic Colors of #cc7807

#cc7807

Complementary Color

#cc7807 #075bcc

#cc7807 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc7807 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc7807 Color CSS Codes

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

#cc7807 Text Font Color

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

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


#cc7807 Background Color

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

This div background color is #cc7807


#cc7807 Border Color

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

This div border color is #cc7807


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc7807


Comments

No comments written yet.

Please login to write comment.