Color Hex Logo

#eeb8fa Color Hex

#EEB8FA
(238,184,250)
0 Favorites   0 Comments

Color spaces of #eeb8fa

RGB 238184250
HSL0.800.870.85
HSV289°26°98°
CMYK 0.050.260.00   0.02
XYZ69.655759.360298.2289
Yxy59.36020.30650.2612
Hunter Lab77.045626.5493-21.6596
CIE-Lab81.489230.5799-25.1668

#eeb8fa color RGB value is (238,184,250).

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

The process color (four color CMYK) of #eeb8fa color hex is 0.05, 0.26, 0.00, 0.02. Web safe color of #eeb8fa is #ffccff. Color #eeb8fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111000 11111010
Octal 356 270 372
Decimal 238 184 250
Hex EE B8 FA

RGB Percentages of Color #eeb8fa

%35.42
%27.38
%37.20

CMYK Percentages of Color #eeb8fa

%5
%26
%0
%2

Triadic Colors of #eeb8fa

#eeb8fa #faeeb8 #b8faee

Analogous Colors of #eeb8fa

#eeb8fa #fab8e5 #cdb8fa

Monochromatic Colors of #eeb8fa

#eeb8fa

Complementary Color

#eeb8fa #c4fab8

#eeb8fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb8fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb8fa Color CSS Codes

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

#eeb8fa Text Font Color

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

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


#eeb8fa Background Color

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

This div background color is #eeb8fa


#eeb8fa Border Color

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

This div border color is #eeb8fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb8fa


Comments

No comments written yet.

Please login to write comment.