Color Hex Logo

#e5febf Color Hex

#E5FEBF
(229,254,191)
0 Favorites   0 Comments

Color spaces of #e5febf

RGB 229254191
HSL0.230.970.87
HSV84°25°100°
CMYK 0.100.000.25   0.00
XYZ77.158991.303262.8468
Yxy91.30320.33360.3947
Hunter Lab95.5527-23.078327.8908
CIE-Lab96.5348-18.634227.5037

#e5febf color RGB value is (229,254,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11111110 10111111
Octal 345 376 277
Decimal 229 254 191
Hex E5 FE BF

RGB Percentages of Color #e5febf

%33.98
%37.69
%28.34

CMYK Percentages of Color #e5febf

%10
%0
%25
%0

Triadic Colors of #e5febf

#e5febf #bfe5fe #febfe5

Analogous Colors of #e5febf

#e5febf #c6febf #fef8bf

Monochromatic Colors of #e5febf

#e5febf

Complementary Color

#e5febf #d8bffe

#e5febf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5febf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5febf Color CSS Codes

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

#e5febf Text Font Color

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

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


#e5febf Background Color

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

This div background color is #e5febf


#e5febf Border Color

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

This div border color is #e5febf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5febf

Related Colors


Comments

No comments written yet.

Please login to write comment.