Color Hex Logo

#eebfef Color Hex

#EEBFEF
(238,191,239)
0 Favorites   0 Comments

Color spaces of #eebfef

RGB 238191239
HSL0.830.600.84
HSV299°20°94°
CMYK 0.000.200.00   0.06
XYZ69.470761.670789.9035
Yxy61.67070.31430.2790
Hunter Lab78.530720.4779-12.9049
CIE-Lab82.738024.7977-17.3920

#eebfef color RGB value is (238,191,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111111 11101111
Octal 356 277 357
Decimal 238 191 239
Hex EE BF EF

RGB Percentages of Color #eebfef

%35.63
%28.59
%35.78

CMYK Percentages of Color #eebfef

%0
%20
%0
%6

Triadic Colors of #eebfef

#eebfef #efeebf #bfefee

Analogous Colors of #eebfef

#eebfef #efbfd8 #d6bfef

Monochromatic Colors of #eebfef

#eebfef

Complementary Color

#eebfef #c0efbf

#eebfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebfef Color CSS Codes

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

#eebfef Text Font Color

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

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


#eebfef Background Color

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

This div background color is #eebfef


#eebfef Border Color

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

This div border color is #eebfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebfef


Comments

No comments written yet.

Please login to write comment.