Color Hex Logo

#e1fbee Color Hex

#E1FBEE
(225,251,238)
0 Favorites   0 Comments

Color spaces of #e1fbee

RGB 225251238
HSL0.420.760.93
HSV150°10°98°
CMYK 0.100.000.05   0.02
XYZ80.981191.175094.2193
Yxy91.17500.30400.3423
Hunter Lab95.4856-15.71448.3362
CIE-Lab96.4821-10.82913.3490

#e1fbee color RGB value is (225,251,238).

#e1fbee hex color red value is 225, green value is 251 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e1fbee hue: 0.42 , saturation: 0.76 and the lightness value of e1fbee is 0.93.

The process color (four color CMYK) of #e1fbee color hex is 0.10, 0.00, 0.05, 0.02. Web safe color of #e1fbee is #ccffff. Color #e1fbee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11111011 11101110
Octal 341 373 356
Decimal 225 251 238
Hex E1 FB EE

RGB Percentages of Color #e1fbee

%31.51
%35.15
%33.33

CMYK Percentages of Color #e1fbee

%10
%0
%5
%2

Triadic Colors of #e1fbee

#e1fbee #eee1fb #fbeee1

Analogous Colors of #e1fbee

#e1fbee #e1fbfb #e1fbe1

Monochromatic Colors of #e1fbee

#e1fbee

Complementary Color

#e1fbee #fbe1ee

#e1fbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1fbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1fbee Color CSS Codes

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

#e1fbee Text Font Color

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

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


#e1fbee Background Color

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

This div background color is #e1fbee


#e1fbee Border Color

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

This div border color is #e1fbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1fbee

Related Colors


Comments

No comments written yet.

Please login to write comment.