Color Hex Logo

#eee1f3 Color Hex

#EEE1F3
(238,225,243)
0 Favorites   0 Comments

Color spaces of #eee1f3

RGB 238225243
HSL0.790.430.92
HSV283°95°
CMYK 0.020.070.00   0.05
XYZ78.362878.498695.8156
Yxy78.49860.31010.3107
Hunter Lab88.59942.8274-2.0994
CIE-Lab91.00697.6059-7.1611

#eee1f3 color RGB value is (238,225,243).

#eee1f3 hex color red value is 238, green value is 225 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #eee1f3 hue: 0.79 , saturation: 0.43 and the lightness value of eee1f3 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100001 11110011
Octal 356 341 363
Decimal 238 225 243
Hex EE E1 F3

RGB Percentages of Color #eee1f3

%33.71
%31.87
%34.42

CMYK Percentages of Color #eee1f3

%2
%7
%0
%5

Triadic Colors of #eee1f3

#eee1f3 #f3eee1 #e1f3ee

Analogous Colors of #eee1f3

#eee1f3 #f3e1ef #e5e1f3

Monochromatic Colors of #eee1f3

#eee1f3

Complementary Color

#eee1f3 #e6f3e1

#eee1f3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee1f3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee1f3 Color CSS Codes

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

#eee1f3 Text Font Color

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

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


#eee1f3 Background Color

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

This div background color is #eee1f3


#eee1f3 Border Color

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

This div border color is #eee1f3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee1f3


Comments

No comments written yet.

Please login to write comment.