Color Hex Logo

#ee140f Color Hex

#EE140F
(238,20,15)
0 Favorites   0 Comments

Color spaces of #ee140f

RGB 2382015
HSL0.000.880.50
HSV94°93°
CMYK 0.000.920.94   0.07
XYZ35.596318.71192.1876
Yxy18.71190.63010.3312
Hunter Lab43.257371.187127.2817
CIE-Lab50.348474.421560.0230

#ee140f color RGB value is (238,20,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00010100 00001111
Octal 356 24 17
Decimal 238 20 15
Hex EE 14 F

RGB Percentages of Color #ee140f

%87.18
%7.33
%5.49

CMYK Percentages of Color #ee140f

%0
%92
%94
%7

Triadic Colors of #ee140f

#ee140f #0fee14 #140fee

Analogous Colors of #ee140f

#ee140f #ee840f #ee0f7a

Monochromatic Colors of #ee140f

#ee140f

Complementary Color

#ee140f #0fe9ee

#ee140f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee140f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee140f Color CSS Codes

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

#ee140f Text Font Color

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

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


#ee140f Background Color

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

This div background color is #ee140f


#ee140f Border Color

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

This div border color is #ee140f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee140f


Comments

No comments written yet.

Please login to write comment.