Color Hex Logo

#cc430b Color Hex

#CC430B
(204,67,11)
0 Favorites   0 Comments

Color spaces of #cc430b

RGB 2046711
HSL0.050.900.42
HSV17°95°80°
CMYK 0.000.670.95   0.20
XYZ26.969416.87582.1525
Yxy16.87580.58630.3669
Hunter Lab41.080245.296125.6495
CIE-Lab48.103252.253056.4442

#cc430b color RGB value is (204,67,11).

#cc430b hex color red value is 204, green value is 67 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #cc430b hue: 0.05 , saturation: 0.90 and the lightness value of cc430b is 0.42.

The process color (four color CMYK) of #cc430b color hex is 0.00, 0.67, 0.95, 0.20. Web safe color of #cc430b is #cc3300. Color #cc430b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000011 00001011
Octal 314 103 13
Decimal 204 67 11
Hex CC 43 B

RGB Percentages of Color #cc430b

%72.34
%23.76
%3.90

CMYK Percentages of Color #cc430b

%0
%67
%95
%20

Triadic Colors of #cc430b

#cc430b #0bcc43 #430bcc

Analogous Colors of #cc430b

#cc430b #cca40b #cc0b34

Monochromatic Colors of #cc430b

#cc430b

Complementary Color

#cc430b #0b94cc

#cc430b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc430b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc430b Color CSS Codes

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

#cc430b Text Font Color

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

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


#cc430b Background Color

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

This div background color is #cc430b


#cc430b Border Color

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

This div border color is #cc430b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc430b


Comments

No comments written yet.

Please login to write comment.