Color Hex Logo

#ee9bbd Color Hex

#EE9BBD
(238,155,189)
0 Favorites   0 Comments

Color spaces of #ee9bbd

RGB 238155189
HSL0.930.710.77
HSV335°35°93°
CMYK 0.000.350.21   0.07
XYZ56.166545.294053.9264
Yxy45.29400.36150.2915
Hunter Lab67.300831.1923-0.3970
CIE-Lab73.085135.5942-4.6429

#ee9bbd color RGB value is (238,155,189).

#ee9bbd hex color red value is 238, green value is 155 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ee9bbd hue: 0.93 , saturation: 0.71 and the lightness value of ee9bbd is 0.77.

The process color (four color CMYK) of #ee9bbd color hex is 0.00, 0.35, 0.21, 0.07. Web safe color of #ee9bbd is #ff99cc. Color #ee9bbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10011011 10111101
Octal 356 233 275
Decimal 238 155 189
Hex EE 9B BD

RGB Percentages of Color #ee9bbd

%40.89
%26.63
%32.47

CMYK Percentages of Color #ee9bbd

%0
%35
%21
%7

Triadic Colors of #ee9bbd

#ee9bbd #bdee9b #9bbdee

Analogous Colors of #ee9bbd

#ee9bbd #eea39b #ee9be7

Monochromatic Colors of #ee9bbd

#ee9bbd

Complementary Color

#ee9bbd #9beecc

#ee9bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee9bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee9bbd Color CSS Codes

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

#ee9bbd Text Font Color

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

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


#ee9bbd Background Color

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

This div background color is #ee9bbd


#ee9bbd Border Color

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

This div border color is #ee9bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee9bbd


Comments

No comments written yet.

Please login to write comment.