Color Hex Logo

#cc6428 Color Hex

#CC6428
(204,100,40)
0 Favorites   0 Comments

Color spaces of #cc6428

RGB 20410040
HSL0.060.670.48
HSV22°80°80°
CMYK 0.000.510.80   0.20
XYZ29.842022.10494.7013
Yxy22.10490.52680.3902
Hunter Lab47.015831.020226.9825
CIE-Lab54.138137.514250.7635

#cc6428 color RGB value is (204,100,40).

#cc6428 hex color red value is 204, green value is 100 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #cc6428 hue: 0.06 , saturation: 0.67 and the lightness value of cc6428 is 0.48.

The process color (four color CMYK) of #cc6428 color hex is 0.00, 0.51, 0.80, 0.20. Web safe color of #cc6428 is #cc6633. Color #cc6428 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100100 00101000
Octal 314 144 50
Decimal 204 100 40
Hex CC 64 28

RGB Percentages of Color #cc6428

%59.30
%29.07
%11.63

CMYK Percentages of Color #cc6428

%0
%51
%80
%20

Triadic Colors of #cc6428

#cc6428 #28cc64 #6428cc

Analogous Colors of #cc6428

#cc6428 #ccb628 #cc283e

Monochromatic Colors of #cc6428

#cc6428

Complementary Color

#cc6428 #2890cc

#cc6428 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc6428 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc6428 Color CSS Codes

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

#cc6428 Text Font Color

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

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


#cc6428 Background Color

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

This div background color is #cc6428


#cc6428 Border Color

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

This div border color is #cc6428


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc6428

#cc6428 Color Palettes


Comments

No comments written yet.

Please login to write comment.