Color Hex Logo

#ee402d Color Hex

#EE402D
(238,64,45)
0 Favorites   0 Comments

Color spaces of #ee402d

RGB 2386445
HSL0.020.850.55
HSV81°93°
CMYK 0.000.730.81   0.07
XYZ37.566922.03344.7555
Yxy22.03340.58370.3424
Hunter Lab46.939760.712926.8511
CIE-Lab54.062464.944550.3644

#ee402d color RGB value is (238,64,45).

#ee402d hex color red value is 238, green value is 64 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ee402d hue: 0.02 , saturation: 0.85 and the lightness value of ee402d is 0.55.

The process color (four color CMYK) of #ee402d color hex is 0.00, 0.73, 0.81, 0.07. Web safe color of #ee402d is #ff3333. Color #ee402d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01000000 00101101
Octal 356 100 55
Decimal 238 64 45
Hex EE 40 2D

RGB Percentages of Color #ee402d

%68.59
%18.44
%12.97

CMYK Percentages of Color #ee402d

%0
%73
%81
%7

Triadic Colors of #ee402d

#ee402d #2dee40 #402dee

Analogous Colors of #ee402d

#ee402d #eea12d #ee2d7b

Monochromatic Colors of #ee402d

#ee402d

Complementary Color

#ee402d #2ddbee

#ee402d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee402d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee402d Color CSS Codes

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

#ee402d Text Font Color

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

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


#ee402d Background Color

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

This div background color is #ee402d


#ee402d Border Color

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

This div border color is #ee402d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee402d


Comments

No comments written yet.

Please login to write comment.