Color Hex Logo

#ce420e Color Hex

#CE420E
(206,66,14)
0 Favorites   0 Comments

Color spaces of #ce420e

RGB 2066614
HSL0.050.870.43
HSV16°93°81°
CMYK 0.000.680.93   0.19
XYZ27.481117.04992.2580
Yxy17.04990.58730.3644
Hunter Lab41.291546.538525.6618
CIE-Lab48.322853.371055.9535

#ce420e color RGB value is (206,66,14).

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

The process color (four color CMYK) of #ce420e color hex is 0.00, 0.68, 0.93, 0.19. Web safe color of #ce420e is #cc3300. Color #ce420e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000010 00001110
Octal 316 102 16
Decimal 206 66 14
Hex CE 42 E

RGB Percentages of Color #ce420e

%72.03
%23.08
%4.90

CMYK Percentages of Color #ce420e

%0
%68
%93
%19

Triadic Colors of #ce420e

#ce420e #0ece42 #420ece

Analogous Colors of #ce420e

#ce420e #cea20e #ce0e3a

Monochromatic Colors of #ce420e

#ce420e

Complementary Color

#ce420e #0e9ace

#ce420e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce420e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce420e Color CSS Codes

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

#ce420e Text Font Color

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

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


#ce420e Background Color

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

This div background color is #ce420e


#ce420e Border Color

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

This div border color is #ce420e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,66,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 #ce420e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce420e


Comments

No comments written yet.

Please login to write comment.