Color Hex Logo

#cc8407 Color Hex

#CC8407
(204,132,7)
0 Favorites   0 Comments

Color spaces of #cc8407

RGB 2041327
HSL0.110.930.41
HSV38°97°80°
CMYK 0.000.350.97   0.20
XYZ33.191529.35524.1178
Yxy29.35520.49790.4403
Hunter Lab54.180414.535233.4202
CIE-Lab61.093819.799165.7881

#cc8407 color RGB value is (204,132,7).

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

The process color (four color CMYK) of #cc8407 color hex is 0.00, 0.35, 0.97, 0.20. Web safe color of #cc8407 is #cc9900. Color #cc8407 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000100 00000111
Octal 314 204 7
Decimal 204 132 7
Hex CC 84 7

RGB Percentages of Color #cc8407

%59.48
%38.48
%2.04

CMYK Percentages of Color #cc8407

%0
%35
%97
%20

Triadic Colors of #cc8407

#cc8407 #07cc84 #8407cc

Analogous Colors of #cc8407

#cc8407 #b2cc07 #cc2207

Monochromatic Colors of #cc8407

#cc8407

Complementary Color

#cc8407 #074fcc

#cc8407 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8407 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8407 Color CSS Codes

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

#cc8407 Text Font Color

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

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


#cc8407 Background Color

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

This div background color is #cc8407


#cc8407 Border Color

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

This div border color is #cc8407


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8407


Comments

No comments written yet.

Please login to write comment.