Color Hex Logo

#cc5623 Color Hex

#CC5623
(204,86,35)
0 Favorites   0 Comments

Color spaces of #cc5623

RGB 2048635
HSL0.050.710.47
HSV18°83°80°
CMYK 0.000.580.83   0.20
XYZ28.533019.61433.8722
Yxy19.61430.54850.3771
Hunter Lab44.288037.496325.8178
CIE-Lab51.398344.280550.4338

#cc5623 color RGB value is (204,86,35).

#cc5623 hex color red value is 204, green value is 86 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #cc5623 hue: 0.05 , saturation: 0.71 and the lightness value of cc5623 is 0.47.

The process color (four color CMYK) of #cc5623 color hex is 0.00, 0.58, 0.83, 0.20. Web safe color of #cc5623 is #cc6633. Color #cc5623 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010110 00100011
Octal 314 126 43
Decimal 204 86 35
Hex CC 56 23

RGB Percentages of Color #cc5623

%62.77
%26.46
%10.77

CMYK Percentages of Color #cc5623

%0
%58
%83
%20

Triadic Colors of #cc5623

#cc5623 #23cc56 #5623cc

Analogous Colors of #cc5623

#cc5623 #ccab23 #cc2345

Monochromatic Colors of #cc5623

#cc5623

Complementary Color

#cc5623 #2399cc

#cc5623 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc5623 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc5623 Color CSS Codes

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

#cc5623 Text Font Color

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

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


#cc5623 Background Color

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

This div background color is #cc5623


#cc5623 Border Color

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

This div border color is #cc5623


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc5623


Comments

No comments written yet.

Please login to write comment.