Color Hex Logo

#ee5baa Color Hex

#EE5BAA
(238,91,170)
0 Favorites   0 Comments

Color spaces of #ee5baa

RGB 23891170
HSL0.910.810.65
HSV328°62°93°
CMYK 0.000.620.29   0.07
XYZ46.256728.561641.1052
Yxy28.56160.39900.2464
Hunter Lab53.443160.9722-8.1922
CIE-Lab60.392864.0132-12.8353

#ee5baa color RGB value is (238,91,170).

#ee5baa hex color red value is 238, green value is 91 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ee5baa hue: 0.91 , saturation: 0.81 and the lightness value of ee5baa is 0.65.

The process color (four color CMYK) of #ee5baa color hex is 0.00, 0.62, 0.29, 0.07. Web safe color of #ee5baa is #ff6699. Color #ee5baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01011011 10101010
Octal 356 133 252
Decimal 238 91 170
Hex EE 5B AA

RGB Percentages of Color #ee5baa

%47.70
%18.24
%34.07

CMYK Percentages of Color #ee5baa

%0
%62
%29
%7

Triadic Colors of #ee5baa

#ee5baa #aaee5b #5baaee

Analogous Colors of #ee5baa

#ee5baa #ee5b61 #e95bee

Monochromatic Colors of #ee5baa

#ee5baa

Complementary Color

#ee5baa #5bee9f

#ee5baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee5baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee5baa Color CSS Codes

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

#ee5baa Text Font Color

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

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


#ee5baa Background Color

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

This div background color is #ee5baa


#ee5baa Border Color

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

This div border color is #ee5baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee5baa


Comments

No comments written yet.

Please login to write comment.