Color Hex Logo

#cc941e Color Hex

#CC941E
(204,148,30)
0 Favorites   0 Comments

Color spaces of #cc941e

RGB 20414830
HSL0.110.740.46
HSV41°85°80°
CMYK 0.000.270.85   0.20
XYZ35.726134.11095.9294
Yxy34.11090.47150.4502
Hunter Lab58.40456.980634.8639
CIE-Lab65.050511.488063.9345

#cc941e color RGB value is (204,148,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010100 00011110
Octal 314 224 36
Decimal 204 148 30
Hex CC 94 1E

RGB Percentages of Color #cc941e

%53.40
%38.74
%7.85

CMYK Percentages of Color #cc941e

%0
%27
%85
%20

Triadic Colors of #cc941e

#cc941e #1ecc94 #941ecc

Analogous Colors of #cc941e

#cc941e #adcc1e #cc3d1e

Monochromatic Colors of #cc941e

#cc941e

Complementary Color

#cc941e #1e56cc

#cc941e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc941e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc941e Color CSS Codes

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

#cc941e Text Font Color

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

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


#cc941e Background Color

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

This div background color is #cc941e


#cc941e Border Color

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

This div border color is #cc941e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc941e


Comments

No comments written yet.

Please login to write comment.