Color Hex Logo

#ee120e Color Hex

#EE120E
(238,18,14)
0 Favorites   0 Comments

Color spaces of #ee120e

RGB 2381814
HSL0.000.890.49
HSV94°93°
CMYK 0.000.920.94   0.07
XYZ35.555518.64152.1396
Yxy18.64150.63110.3309
Hunter Lab43.175871.438027.2849
CIE-Lab50.265174.642960.2800

#ee120e color RGB value is (238,18,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00010010 00001110
Octal 356 22 16
Decimal 238 18 14
Hex EE 12 E

RGB Percentages of Color #ee120e

%88.15
%6.67
%5.19

CMYK Percentages of Color #ee120e

%0
%92
%94
%7

Triadic Colors of #ee120e

#ee120e #0eee12 #120eee

Analogous Colors of #ee120e

#ee120e #ee820e #ee0e7a

Monochromatic Colors of #ee120e

#ee120e

Complementary Color

#ee120e #0eeaee

#ee120e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee120e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee120e Color CSS Codes

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

#ee120e Text Font Color

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

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


#ee120e Background Color

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

This div background color is #ee120e


#ee120e Border Color

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

This div border color is #ee120e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee120e


Comments

No comments written yet.

Please login to write comment.