Color Hex Logo

#e0febd Color Hex

#E0FEBD
(224,254,189)
0 Favorites   0 Comments

Color spaces of #e0febd

RGB 224254189
HSL0.240.970.87
HSV88°26°100°
CMYK 0.120.000.26   0.00
XYZ75.367690.405061.6217
Yxy90.40500.33140.3976
Hunter Lab95.0815-24.902428.1316
CIE-Lab96.1645-20.676227.9545

#e0febd color RGB value is (224,254,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11111110 10111101
Octal 340 376 275
Decimal 224 254 189
Hex E0 FE BD

RGB Percentages of Color #e0febd

%33.58
%38.08
%28.34

CMYK Percentages of Color #e0febd

%12
%0
%26
%0

Triadic Colors of #e0febd

#e0febd #bde0fe #febde0

Analogous Colors of #e0febd

#e0febd #c0febd #fefcbd

Monochromatic Colors of #e0febd

#e0febd

Complementary Color

#e0febd #dbbdfe

#e0febd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0febd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0febd Color CSS Codes

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

#e0febd Text Font Color

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

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


#e0febd Background Color

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

This div background color is #e0febd


#e0febd Border Color

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

This div border color is #e0febd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0febd


Comments

No comments written yet.

Please login to write comment.