Color Hex Logo

#ee503f Color Hex

#EE503F
(238,80,63)
0 Favorites   0 Comments

Color spaces of #ee503f

RGB 2388063
HSL0.020.840.59
HSV74°93°
CMYK 0.000.660.74   0.07
XYZ39.025824.27337.3310
Yxy24.27330.55250.3437
Hunter Lab49.267955.173425.6653
CIE-Lab56.360459.729243.3955

#ee503f color RGB value is (238,80,63).

#ee503f hex color red value is 238, green value is 80 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ee503f hue: 0.02 , saturation: 0.84 and the lightness value of ee503f is 0.59.

The process color (four color CMYK) of #ee503f color hex is 0.00, 0.66, 0.74, 0.07. Web safe color of #ee503f is #ff6633. Color #ee503f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01010000 00111111
Octal 356 120 77
Decimal 238 80 63
Hex EE 50 3F

RGB Percentages of Color #ee503f

%62.47
%21.00
%16.54

CMYK Percentages of Color #ee503f

%0
%66
%74
%7

Triadic Colors of #ee503f

#ee503f #3fee50 #503fee

Analogous Colors of #ee503f

#ee503f #eea83f #ee3f86

Monochromatic Colors of #ee503f

#ee503f

Complementary Color

#ee503f #3fddee

#ee503f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee503f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee503f Color CSS Codes

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

#ee503f Text Font Color

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

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


#ee503f Background Color

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

This div background color is #ee503f


#ee503f Border Color

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

This div border color is #ee503f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee503f


Comments

No comments written yet.

Please login to write comment.