Color Hex Logo

#ee828e Color Hex

#EE828E
(238,130,142)
0 Favorites   0 Comments

Color spaces of #ee828e

RGB 238130142
HSL0.980.760.72
HSV353°45°93°
CMYK 0.000.450.40   0.07
XYZ48.125036.095430.0218
Yxy36.09540.42130.3160
Hunter Lab60.079437.843512.4283
CIE-Lab66.592842.514312.2279

#ee828e color RGB value is (238,130,142).

#ee828e hex color red value is 238, green value is 130 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ee828e hue: 0.98 , saturation: 0.76 and the lightness value of ee828e is 0.72.

The process color (four color CMYK) of #ee828e color hex is 0.00, 0.45, 0.40, 0.07. Web safe color of #ee828e is #ff9999. Color #ee828e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000010 10001110
Octal 356 202 216
Decimal 238 130 142
Hex EE 82 8E

RGB Percentages of Color #ee828e

%46.67
%25.49
%27.84

CMYK Percentages of Color #ee828e

%0
%45
%40
%7

Triadic Colors of #ee828e

#ee828e #8eee82 #828eee

Analogous Colors of #ee828e

#ee828e #eeac82 #ee82c4

Monochromatic Colors of #ee828e

#ee828e

Complementary Color

#ee828e #82eee2

#ee828e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee828e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee828e Color CSS Codes

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

#ee828e Text Font Color

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

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


#ee828e Background Color

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

This div background color is #ee828e


#ee828e Border Color

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

This div border color is #ee828e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee828e


Comments

No comments written yet.

Please login to write comment.