Color Hex Logo

#ee223a Color Hex

#EE223A
(238,34,58)
0 Favorites   0 Comments

Color spaces of #ee223a

RGB 2383458
HSL0.980.860.53
HSV353°86°93°
CMYK 0.000.860.76   0.07
XYZ36.595619.62675.8625
Yxy19.62670.58940.3161
Hunter Lab44.302069.921023.1656
CIE-Lab51.412573.176540.7069

#ee223a color RGB value is (238,34,58).

#ee223a hex color red value is 238, green value is 34 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ee223a hue: 0.98 , saturation: 0.86 and the lightness value of ee223a is 0.53.

The process color (four color CMYK) of #ee223a color hex is 0.00, 0.86, 0.76, 0.07. Web safe color of #ee223a is #ff3333. Color #ee223a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00100010 00111010
Octal 356 42 72
Decimal 238 34 58
Hex EE 22 3A

RGB Percentages of Color #ee223a

%72.12
%10.30
%17.58

CMYK Percentages of Color #ee223a

%0
%86
%76
%7

Triadic Colors of #ee223a

#ee223a #3aee22 #223aee

Analogous Colors of #ee223a

#ee223a #ee7022 #ee22a0

Monochromatic Colors of #ee223a

#ee223a

Complementary Color

#ee223a #22eed6

#ee223a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee223a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee223a Color CSS Codes

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

#ee223a Text Font Color

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

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


#ee223a Background Color

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

This div background color is #ee223a


#ee223a Border Color

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

This div border color is #ee223a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee223a


Comments

No comments written yet.

Please login to write comment.