Color Hex Logo

#cc8719 Color Hex

#CC8719
(204,135,25)
0 Favorites   0 Comments

Color spaces of #cc8719

RGB 20413525
HSL0.100.780.45
HSV37°88°80°
CMYK 0.000.340.88   0.20
XYZ33.741330.23554.9774
Yxy30.23550.48930.4385
Hunter Lab54.986813.305233.1238
CIE-Lab61.856918.443662.7243

#cc8719 color RGB value is (204,135,25).

#cc8719 hex color red value is 204, green value is 135 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #cc8719 hue: 0.10 , saturation: 0.78 and the lightness value of cc8719 is 0.45.

The process color (four color CMYK) of #cc8719 color hex is 0.00, 0.34, 0.88, 0.20. Web safe color of #cc8719 is #cc9900. Color #cc8719 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000111 00011001
Octal 314 207 31
Decimal 204 135 25
Hex CC 87 19

RGB Percentages of Color #cc8719

%56.04
%37.09
%6.87

CMYK Percentages of Color #cc8719

%0
%34
%88
%20

Triadic Colors of #cc8719

#cc8719 #19cc87 #8719cc

Analogous Colors of #cc8719

#cc8719 #b8cc19 #cc2e19

Monochromatic Colors of #cc8719

#cc8719

Complementary Color

#cc8719 #195ecc

#cc8719 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8719 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8719 Color CSS Codes

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

#cc8719 Text Font Color

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

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


#cc8719 Background Color

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

This div background color is #cc8719


#cc8719 Border Color

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

This div border color is #cc8719


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8719


Comments

No comments written yet.

Please login to write comment.