Color Hex Logo

#eebbee Color Hex

#EEBBEE
(238,187,238)
1 Favorites   0 Comments

Color spaces of #eebbee

RGB 238187238
HSL0.830.600.83
HSV300°21°93°
CMYK 0.000.210.00   0.07
XYZ68.462859.890888.8406
Yxy59.89080.31520.2757
Hunter Lab77.389122.4802-13.8909
CIE-Lab81.778826.7433-18.3035

#eebbee color RGB value is (238,187,238).

#eebbee hex color red value is 238, green value is 187 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #eebbee hue: 0.83 , saturation: 0.60 and the lightness value of eebbee is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111011 11101110
Octal 356 273 356
Decimal 238 187 238
Hex EE BB EE

RGB Percentages of Color #eebbee

%35.90
%28.21
%35.90

CMYK Percentages of Color #eebbee

%0
%21
%0
%7

Triadic Colors of #eebbee

#eebbee #eeeebb #bbeeee

Analogous Colors of #eebbee

#eebbee #eebbd5 #d5bbee

Monochromatic Colors of #eebbee

#eebbee

Complementary Color

#eebbee #bbeebb

#eebbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebbee Color CSS Codes

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

#eebbee Text Font Color

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

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


#eebbee Background Color

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

This div background color is #eebbee


#eebbee Border Color

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

This div border color is #eebbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebbee


Comments

No comments written yet.

Please login to write comment.