Color Hex Logo

#cc9517 Color Hex

#CC9517
(204,149,23)
0 Favorites   0 Comments

Color spaces of #cc9517

RGB 20414923
HSL0.120.800.45
HSV42°89°80°
CMYK 0.000.270.89   0.20
XYZ35.803934.39415.5623
Yxy34.39410.47260.4540
Hunter Lab58.64656.343635.4292
CIE-Lab65.274210.785665.9181

#cc9517 color RGB value is (204,149,23).

#cc9517 hex color red value is 204, green value is 149 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #cc9517 hue: 0.12 , saturation: 0.80 and the lightness value of cc9517 is 0.45.

The process color (four color CMYK) of #cc9517 color hex is 0.00, 0.27, 0.89, 0.20. Web safe color of #cc9517 is #cc9900. Color #cc9517 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010101 00010111
Octal 314 225 27
Decimal 204 149 23
Hex CC 95 17

RGB Percentages of Color #cc9517

%54.26
%39.63
%6.12

CMYK Percentages of Color #cc9517

%0
%27
%89
%20

Triadic Colors of #cc9517

#cc9517 #17cc95 #9517cc

Analogous Colors of #cc9517

#cc9517 #a9cc17 #cc3b17

Monochromatic Colors of #cc9517

#cc9517

Complementary Color

#cc9517 #174ecc

#cc9517 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc9517 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc9517 Color CSS Codes

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

#cc9517 Text Font Color

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

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


#cc9517 Background Color

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

This div background color is #cc9517


#cc9517 Border Color

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

This div border color is #cc9517


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc9517


Comments

No comments written yet.

Please login to write comment.