Color Hex Logo

#ee0bac Color Hex

#EE0BAC
(238,11,172)
0 Favorites   0 Comments

Color spaces of #ee0bac

RGB 23811172
HSL0.880.910.49
HSV317°95°93°
CMYK 0.000.950.28   0.07
XYZ42.826021.395040.9022
Yxy21.39500.40740.2035
Hunter Lab46.254784.3225-20.0507
CIE-Lab53.379184.2705-24.6894

#ee0bac color RGB value is (238,11,172).

#ee0bac hex color red value is 238, green value is 11 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ee0bac hue: 0.88 , saturation: 0.91 and the lightness value of ee0bac is 0.49.

The process color (four color CMYK) of #ee0bac color hex is 0.00, 0.95, 0.28, 0.07. Web safe color of #ee0bac is #ff0099. Color #ee0bac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00001011 10101100
Octal 356 13 254
Decimal 238 11 172
Hex EE B AC

RGB Percentages of Color #ee0bac

%56.53
%2.61
%40.86

CMYK Percentages of Color #ee0bac

%0
%95
%28
%7

Triadic Colors of #ee0bac

#ee0bac #acee0b #0bacee

Analogous Colors of #ee0bac

#ee0bac #ee0b3a #bf0bee

Monochromatic Colors of #ee0bac

#ee0bac

Complementary Color

#ee0bac #0bee4d

#ee0bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee0bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee0bac Color CSS Codes

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

#ee0bac Text Font Color

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

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


#ee0bac Background Color

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

This div background color is #ee0bac


#ee0bac Border Color

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

This div border color is #ee0bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee0bac


Comments

No comments written yet.

Please login to write comment.