Color Hex Logo

#e0febf Color Hex

#E0FEBF
(224,254,191)
0 Favorites   0 Comments

Color spaces of #e0febf

RGB 224254191
HSL0.250.970.87
HSV89°25°100°
CMYK 0.120.000.25   0.00
XYZ75.586390.492562.7732
Yxy90.49250.33030.3954
Hunter Lab95.1275-24.640927.4647
CIE-Lab96.2007-20.384926.9927

#e0febf color RGB value is (224,254,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11111110 10111111
Octal 340 376 277
Decimal 224 254 191
Hex E0 FE BF

RGB Percentages of Color #e0febf

%33.48
%37.97
%28.55

CMYK Percentages of Color #e0febf

%12
%0
%25
%0

Triadic Colors of #e0febf

#e0febf #bfe0fe #febfe0

Analogous Colors of #e0febf

#e0febf #c1febf #fefdbf

Monochromatic Colors of #e0febf

#e0febf

Complementary Color

#e0febf #ddbffe

#e0febf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0febf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0febf Color CSS Codes

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

#e0febf Text Font Color

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

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


#e0febf Background Color

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

This div background color is #e0febf


#e0febf Border Color

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

This div border color is #e0febf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0febf


Comments

No comments written yet.

Please login to write comment.