Color Hex Logo

#cc941b Color Hex

#CC941B
(204,148,27)
0 Favorites   0 Comments

Color spaces of #cc941b

RGB 20414827
HSL0.110.770.45
HSV41°87°80°
CMYK 0.000.270.87   0.20
XYZ35.689634.09635.7371
Yxy34.09630.47260.4515
Hunter Lab58.39206.914335.0491
CIE-Lab65.038911.415064.7431

#cc941b color RGB value is (204,148,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010100 00011011
Octal 314 224 33
Decimal 204 148 27
Hex CC 94 1B

RGB Percentages of Color #cc941b

%53.83
%39.05
%7.12

CMYK Percentages of Color #cc941b

%0
%27
%87
%20

Triadic Colors of #cc941b

#cc941b #1bcc94 #941bcc

Analogous Colors of #cc941b

#cc941b #accc1b #cc3c1b

Monochromatic Colors of #cc941b

#cc941b

Complementary Color

#cc941b #1b53cc

#cc941b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc941b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc941b Color CSS Codes

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

#cc941b Text Font Color

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

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


#cc941b Background Color

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

This div background color is #cc941b


#cc941b Border Color

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

This div border color is #cc941b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc941b


Comments

No comments written yet.

Please login to write comment.