Color Hex Logo

#e5febe Color Hex

#E5FEBE
(229,254,190)
0 Favorites   0 Comments

Color spaces of #e5febe

RGB 229254190
HSL0.230.970.87
HSV83°25°100°
CMYK 0.100.000.25   0.00
XYZ77.049291.259362.2691
Yxy91.25930.33420.3958
Hunter Lab95.5297-23.208428.2238
CIE-Lab96.5167-18.777627.9844

#e5febe color RGB value is (229,254,190).

#e5febe hex color red value is 229, green value is 254 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e5febe hue: 0.23 , saturation: 0.97 and the lightness value of e5febe is 0.87.

The process color (four color CMYK) of #e5febe color hex is 0.10, 0.00, 0.25, 0.00. Web safe color of #e5febe is #ccffcc. Color #e5febe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11111110 10111110
Octal 345 376 276
Decimal 229 254 190
Hex E5 FE BE

RGB Percentages of Color #e5febe

%34.03
%37.74
%28.23

CMYK Percentages of Color #e5febe

%10
%0
%25
%0

Triadic Colors of #e5febe

#e5febe #bee5fe #febee5

Analogous Colors of #e5febe

#e5febe #c5febe #fef7be

Monochromatic Colors of #e5febe

#e5febe

Complementary Color

#e5febe #d7befe

#e5febe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5febe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5febe Color CSS Codes

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

#e5febe Text Font Color

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

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


#e5febe Background Color

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

This div background color is #e5febe


#e5febe Border Color

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

This div border color is #e5febe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5febe


Comments

No comments written yet.

Please login to write comment.