Color Hex Logo

#ce550e Color Hex

#CE550E
(206,85,14)
0 Favorites   0 Comments

Color spaces of #ce550e

RGB 2068514
HSL0.060.870.43
HSV22°93°81°
CMYK 0.000.590.93   0.19
XYZ28.781419.65052.6914
Yxy19.65050.56300.3844
Hunter Lab44.328938.319127.4305
CIE-Lab51.439745.070658.0156

#ce550e color RGB value is (206,85,14).

#ce550e hex color red value is 206, green value is 85 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ce550e hue: 0.06 , saturation: 0.87 and the lightness value of ce550e is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010101 00001110
Octal 316 125 16
Decimal 206 85 14
Hex CE 55 E

RGB Percentages of Color #ce550e

%67.54
%27.87
%4.59

CMYK Percentages of Color #ce550e

%0
%59
%93
%19

Triadic Colors of #ce550e

#ce550e #0ece55 #550ece

Analogous Colors of #ce550e

#ce550e #ceb50e #ce0e27

Monochromatic Colors of #ce550e

#ce550e

Complementary Color

#ce550e #0e87ce

#ce550e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce550e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce550e Color CSS Codes

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

#ce550e Text Font Color

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

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


#ce550e Background Color

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

This div background color is #ce550e


#ce550e Border Color

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

This div border color is #ce550e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce550e


Comments

No comments written yet.

Please login to write comment.