Color Hex Logo

#cc9700 Color Hex

#CC9700
(204,151,0)
0 Favorites   0 Comments

Color spaces of #cc9700

RGB 2041510
HSL0.121.000.40
HSV44°100°80°
CMYK 0.000.261.00   0.20
XYZ35.968434.97064.8543
Yxy34.97060.47460.4614
Hunter Lab59.13595.081636.5282
CIE-Lab65.72589.391369.9892

#cc9700 color RGB value is (204,151,0).

#cc9700 hex color red value is 204, green value is 151 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #cc9700 hue: 0.12 , saturation: 1.00 and the lightness value of cc9700 is 0.40.

The process color (four color CMYK) of #cc9700 color hex is 0.00, 0.26, 1.00, 0.20. Web safe color of #cc9700 is #cc9900. Color #cc9700 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010111 00000000
Octal 314 227 0
Decimal 204 151 0
Hex CC 97 0

RGB Percentages of Color #cc9700

%57.46
%42.54
%0.00

CMYK Percentages of Color #cc9700

%0
%26
%100
%20

Triadic Colors of #cc9700

#cc9700 #00cc97 #9700cc

Analogous Colors of #cc9700

#cc9700 #9bcc00 #cc3100

Monochromatic Colors of #cc9700

#cc9700

Complementary Color

#cc9700 #0035cc

#cc9700 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc9700 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc9700 Color CSS Codes

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

#cc9700 Text Font Color

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

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


#cc9700 Background Color

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

This div background color is #cc9700


#cc9700 Border Color

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

This div border color is #cc9700


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc9700

#cc9700 Color Palettes


Comments

No comments written yet.

Please login to write comment.