Color Hex Logo

#e0feba Color Hex

#E0FEBA
(224,254,186)
0 Favorites   0 Comments

Color spaces of #e0feba

RGB 224254186
HSL0.240.970.86
HSV86°27°100°
CMYK 0.120.000.27   0.00
XYZ75.045290.276159.9241
Yxy90.27610.33320.4008
Hunter Lab95.0137-25.288429.1161
CIE-Lab96.1112-21.107129.3958

#e0feba color RGB value is (224,254,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11111110 10111010
Octal 340 376 272
Decimal 224 254 186
Hex E0 FE BA

RGB Percentages of Color #e0feba

%33.73
%38.25
%28.01

CMYK Percentages of Color #e0feba

%12
%0
%27
%0

Triadic Colors of #e0feba

#e0feba #bae0fe #febae0

Analogous Colors of #e0feba

#e0feba #befeba #fefaba

Monochromatic Colors of #e0feba

#e0feba

Complementary Color

#e0feba #d8bafe

#e0feba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0feba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0feba Color CSS Codes

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

#e0feba Text Font Color

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

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


#e0feba Background Color

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

This div background color is #e0feba


#e0feba Border Color

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

This div border color is #e0feba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0feba


Comments

No comments written yet.

Please login to write comment.