Color Hex Logo

#ce5504 Color Hex

#CE5504
(206,85,4)
0 Favorites   0 Comments

Color spaces of #ce5504

RGB 206854
HSL0.070.960.41
HSV24°98°81°
CMYK 0.000.590.98   0.19
XYZ28.724019.62762.3894
Yxy19.62760.56610.3868
Hunter Lab44.303038.200627.8144
CIE-Lab51.413544.960260.2365

#ce5504 color RGB value is (206,85,4).

#ce5504 hex color red value is 206, green value is 85 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #ce5504 hue: 0.07 , saturation: 0.96 and the lightness value of ce5504 is 0.41.

The process color (four color CMYK) of #ce5504 color hex is 0.00, 0.59, 0.98, 0.19. Web safe color of #ce5504 is #cc6600. Color #ce5504 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010101 00000100
Octal 316 125 4
Decimal 206 85 4
Hex CE 55 4

RGB Percentages of Color #ce5504

%69.83
%28.81
%1.36

CMYK Percentages of Color #ce5504

%0
%59
%98
%19

Triadic Colors of #ce5504

#ce5504 #04ce55 #5504ce

Analogous Colors of #ce5504

#ce5504 #ceba04 #ce0418

Monochromatic Colors of #ce5504

#ce5504

Complementary Color

#ce5504 #047dce

#ce5504 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5504 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5504 Color CSS Codes

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

#ce5504 Text Font Color

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

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


#ce5504 Background Color

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

This div background color is #ce5504


#ce5504 Border Color

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

This div border color is #ce5504


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,85,4, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ce5504; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ce5504;
  -webkit-box-shadow: 1px 1px 3px 2px #ce5504;
  box-shadow:         1px 1px 3px 2px #ce5504; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5504


Comments

No comments written yet.

Please login to write comment.