Color Hex Logo

#ee423e Color Hex

#EE423E
(238,66,62)
0 Favorites   0 Comments

Color spaces of #ee423e

RGB 2386662
HSL0.000.840.59
HSV74°93°
CMYK 0.000.720.74   0.07
XYZ38.077622.42146.8783
Yxy22.42140.56510.3328
Hunter Lab47.351260.676524.5333
CIE-Lab54.471364.837441.8489

#ee423e color RGB value is (238,66,62).

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

The process color (four color CMYK) of #ee423e color hex is 0.00, 0.72, 0.74, 0.07. Web safe color of #ee423e is #ff3333. Color #ee423e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01000010 00111110
Octal 356 102 76
Decimal 238 66 62
Hex EE 42 3E

RGB Percentages of Color #ee423e

%65.03
%18.03
%16.94

CMYK Percentages of Color #ee423e

%0
%72
%74
%7

Triadic Colors of #ee423e

#ee423e #3eee42 #423eee

Analogous Colors of #ee423e

#ee423e #ee9a3e #ee3e92

Monochromatic Colors of #ee423e

#ee423e

Complementary Color

#ee423e #3eeaee

#ee423e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee423e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee423e Color CSS Codes

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

#ee423e Text Font Color

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

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


#ee423e Background Color

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

This div background color is #ee423e


#ee423e Border Color

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

This div border color is #ee423e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee423e


Comments

No comments written yet.

Please login to write comment.