Color Hex Logo

#eebffe Color Hex

#EEBFFE
(238,191,254)
0 Favorites   0 Comments

Color spaces of #eebffe

RGB 238191254
HSL0.790.970.87
HSV285°25°100°
CMYK 0.060.250.00   0.00
XYZ71.780162.5945102.0647
Yxy62.59450.30360.2647
Hunter Lab79.116723.4933-21.1055
CIE-Lab83.228627.6196-24.6513

#eebffe color RGB value is (238,191,254).

#eebffe hex color red value is 238, green value is 191 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #eebffe hue: 0.79 , saturation: 0.97 and the lightness value of eebffe is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111111 11111110
Octal 356 277 376
Decimal 238 191 254
Hex EE BF FE

RGB Percentages of Color #eebffe

%34.85
%27.96
%37.19

CMYK Percentages of Color #eebffe

%6
%25
%0
%0

Triadic Colors of #eebffe

#eebffe #feeebf #bffeee

Analogous Colors of #eebffe

#eebffe #febfef #cfbffe

Monochromatic Colors of #eebffe

#eebffe

Complementary Color

#eebffe #cffebf

#eebffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebffe Color CSS Codes

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

#eebffe Text Font Color

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

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


#eebffe Background Color

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

This div background color is #eebffe


#eebffe Border Color

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

This div border color is #eebffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebffe

Related Colors


Comments

No comments written yet.

Please login to write comment.