Color Hex Logo

#ee140e Color Hex

#EE140E
(238,20,14)
0 Favorites   0 Comments

Color spaces of #ee140e

RGB 2382014
HSL0.000.890.49
HSV94°93°
CMYK 0.000.920.94   0.07
XYZ35.589318.70922.1509
Yxy18.70920.63050.3314
Hunter Lab43.254171.174227.3296
CIE-Lab50.345274.411760.3233

#ee140e color RGB value is (238,20,14).

#ee140e hex color red value is 238, green value is 20 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ee140e hue: 0.00 , saturation: 0.89 and the lightness value of ee140e is 0.49.

The process color (four color CMYK) of #ee140e color hex is 0.00, 0.92, 0.94, 0.07. Web safe color of #ee140e is #ff0000. Color #ee140e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00010100 00001110
Octal 356 24 16
Decimal 238 20 14
Hex EE 14 E

RGB Percentages of Color #ee140e

%87.50
%7.35
%5.15

CMYK Percentages of Color #ee140e

%0
%92
%94
%7

Triadic Colors of #ee140e

#ee140e #0eee14 #140eee

Analogous Colors of #ee140e

#ee140e #ee840e #ee0e78

Monochromatic Colors of #ee140e

#ee140e

Complementary Color

#ee140e #0ee8ee

#ee140e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee140e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee140e Color CSS Codes

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

#ee140e Text Font Color

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

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


#ee140e Background Color

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

This div background color is #ee140e


#ee140e Border Color

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

This div border color is #ee140e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee140e


Comments

No comments written yet.

Please login to write comment.