Color Hex Logo

#eeb8fd Color Hex

#EEB8FD
(238,184,253)
0 Favorites   0 Comments

Color spaces of #eeb8fd

RGB 238184253
HSL0.800.950.86
HSV287°27°99°
CMYK 0.060.270.00   0.01
XYZ70.130059.5500100.7265
Yxy59.55000.30440.2585
Hunter Lab77.168627.1737-23.3719
CIE-Lab81.593031.1534-26.6120

#eeb8fd color RGB value is (238,184,253).

#eeb8fd hex color red value is 238, green value is 184 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #eeb8fd hue: 0.80 , saturation: 0.95 and the lightness value of eeb8fd is 0.86.

The process color (four color CMYK) of #eeb8fd color hex is 0.06, 0.27, 0.00, 0.01. Web safe color of #eeb8fd is #ffccff. Color #eeb8fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111000 11111101
Octal 356 270 375
Decimal 238 184 253
Hex EE B8 FD

RGB Percentages of Color #eeb8fd

%35.26
%27.26
%37.48

CMYK Percentages of Color #eeb8fd

%6
%27
%0
%1

Triadic Colors of #eeb8fd

#eeb8fd #fdeeb8 #b8fdee

Analogous Colors of #eeb8fd

#eeb8fd #fdb8ea #ccb8fd

Monochromatic Colors of #eeb8fd

#eeb8fd

Complementary Color

#eeb8fd #c7fdb8

#eeb8fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb8fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb8fd Color CSS Codes

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

#eeb8fd Text Font Color

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

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


#eeb8fd Background Color

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

This div background color is #eeb8fd


#eeb8fd Border Color

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

This div border color is #eeb8fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb8fd


Comments

No comments written yet.

Please login to write comment.