Color Hex Logo

#e5feeb Color Hex

#E5FEEB
(229,254,235)
0 Favorites   0 Comments

Color spaces of #e5feeb

RGB 229254235
HSL0.370.930.95
HSV134°10°100°
CMYK 0.100.000.07   0.00
XYZ82.750393.539892.2908
Yxy93.53980.30810.3483
Hunter Lab96.7160-16.528211.1240
CIE-Lab97.4462-11.55806.3207

#e5feeb color RGB value is (229,254,235).

#e5feeb hex color red value is 229, green value is 254 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e5feeb hue: 0.37 , saturation: 0.93 and the lightness value of e5feeb is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11111110 11101011
Octal 345 376 353
Decimal 229 254 235
Hex E5 FE EB

RGB Percentages of Color #e5feeb

%31.89
%35.38
%32.73

CMYK Percentages of Color #e5feeb

%10
%0
%7
%0

Triadic Colors of #e5feeb

#e5feeb #ebe5fe #feebe5

Analogous Colors of #e5feeb

#e5feeb #e5fef8 #ecfee5

Monochromatic Colors of #e5feeb

#e5feeb

Complementary Color

#e5feeb #fee5f8

#e5feeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5feeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5feeb Color CSS Codes

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

#e5feeb Text Font Color

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

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


#e5feeb Background Color

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

This div background color is #e5feeb


#e5feeb Border Color

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

This div border color is #e5feeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,254,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5feeb


Comments

No comments written yet.

Please login to write comment.