Color Hex Logo

#cc971e Color Hex

#CC971E
(204,151,30)
0 Favorites   0 Comments

Color spaces of #cc971e

RGB 20415130
HSL0.120.740.46
HSV42°85°80°
CMYK 0.000.260.85   0.20
XYZ36.202835.06436.0883
Yxy35.06430.46800.4533
Hunter Lab59.21515.504535.3546
CIE-Lab65.79879.860964.5533

#cc971e color RGB value is (204,151,30).

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

The process color (four color CMYK) of #cc971e color hex is 0.00, 0.26, 0.85, 0.20. Web safe color of #cc971e is #cc9933. Color #cc971e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010111 00011110
Octal 314 227 36
Decimal 204 151 30
Hex CC 97 1E

RGB Percentages of Color #cc971e

%52.99
%39.22
%7.79

CMYK Percentages of Color #cc971e

%0
%26
%85
%20

Triadic Colors of #cc971e

#cc971e #1ecc97 #971ecc

Analogous Colors of #cc971e

#cc971e #aacc1e #cc401e

Monochromatic Colors of #cc971e

#cc971e

Complementary Color

#cc971e #1e53cc

#cc971e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc971e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc971e Color CSS Codes

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

#cc971e Text Font Color

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

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


#cc971e Background Color

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

This div background color is #cc971e


#cc971e Border Color

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

This div border color is #cc971e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc971e


Comments

No comments written yet.

Please login to write comment.