Color Hex Logo

#e5fbee Color Hex

#E5FBEE
(229,251,238)
0 Favorites   0 Comments

Color spaces of #e5fbee

RGB 229251238
HSL0.400.730.94
HSV145°98°
CMYK 0.090.000.05   0.02
XYZ82.242991.825494.2783
Yxy91.82540.30650.3422
Hunter Lab95.8256-14.49608.7452
CIE-Lab96.7489-9.53003.7693

#e5fbee color RGB value is (229,251,238).

#e5fbee hex color red value is 229, green value is 251 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e5fbee hue: 0.40 , saturation: 0.73 and the lightness value of e5fbee is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11111011 11101110
Octal 345 373 356
Decimal 229 251 238
Hex E5 FB EE

RGB Percentages of Color #e5fbee

%31.89
%34.96
%33.15

CMYK Percentages of Color #e5fbee

%9
%0
%5
%2

Triadic Colors of #e5fbee

#e5fbee #eee5fb #fbeee5

Analogous Colors of #e5fbee

#e5fbee #e5fbf9 #e7fbe5

Monochromatic Colors of #e5fbee

#e5fbee

Complementary Color

#e5fbee #fbe5f2

#e5fbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5fbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5fbee Color CSS Codes

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

#e5fbee Text Font Color

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

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


#e5fbee Background Color

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

This div background color is #e5fbee


#e5fbee Border Color

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

This div border color is #e5fbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5fbee


Comments

No comments written yet.

Please login to write comment.