Color Hex Logo

#eeb9f9 Color Hex

#EEB9F9
(238,185,249)
0 Favorites   0 Comments

Color spaces of #eeb9f9

RGB 238185249
HSL0.800.840.85
HSV290°26°98°
CMYK 0.040.260.00   0.02
XYZ69.707759.714697.4746
Yxy59.71460.30720.2632
Hunter Lab77.275225.7879-20.6955
CIE-Lab81.682829.8574-24.3370

#eeb9f9 color RGB value is (238,185,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111001 11111001
Octal 356 271 371
Decimal 238 185 249
Hex EE B9 F9

RGB Percentages of Color #eeb9f9

%35.42
%27.53
%37.05

CMYK Percentages of Color #eeb9f9

%4
%26
%0
%2

Triadic Colors of #eeb9f9

#eeb9f9 #f9eeb9 #b9f9ee

Analogous Colors of #eeb9f9

#eeb9f9 #f9b9e4 #ceb9f9

Monochromatic Colors of #eeb9f9

#eeb9f9

Complementary Color

#eeb9f9 #c4f9b9

#eeb9f9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb9f9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb9f9 Color CSS Codes

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

#eeb9f9 Text Font Color

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

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


#eeb9f9 Background Color

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

This div background color is #eeb9f9


#eeb9f9 Border Color

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

This div border color is #eeb9f9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,185,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 #eeb9f9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb9f9

Related Colors


Comments

No comments written yet.

Please login to write comment.