Color Hex Logo

#eebef9 Color Hex

#EEBEF9
(238,190,249)
0 Favorites   0 Comments

Color spaces of #eebef9

RGB 238190249
HSL0.800.830.86
HSV289°24°98°
CMYK 0.040.240.00   0.02
XYZ70.772261.843697.8294
Yxy61.84360.30710.2684
Hunter Lab78.640723.0187-18.7085
CIE-Lab82.830227.1955-22.5924

#eebef9 color RGB value is (238,190,249).

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

The process color (four color CMYK) of #eebef9 color hex is 0.04, 0.24, 0.00, 0.02. Web safe color of #eebef9 is #ffccff. Color #eebef9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111110 11111001
Octal 356 276 371
Decimal 238 190 249
Hex EE BE F9

RGB Percentages of Color #eebef9

%35.16
%28.06
%36.78

CMYK Percentages of Color #eebef9

%4
%24
%0
%2

Triadic Colors of #eebef9

#eebef9 #f9eebe #bef9ee

Analogous Colors of #eebef9

#eebef9 #f9bee7 #d1bef9

Monochromatic Colors of #eebef9

#eebef9

Complementary Color

#eebef9 #c9f9be

#eebef9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebef9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebef9 Color CSS Codes

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

#eebef9 Text Font Color

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

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


#eebef9 Background Color

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

This div background color is #eebef9


#eebef9 Border Color

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

This div border color is #eebef9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebef9


Comments

No comments written yet.

Please login to write comment.