Color Hex Logo

#e0fdbd Color Hex

#E0FDBD
(224,253,189)
0 Favorites   0 Comments

Color spaces of #e0fdbd

RGB 224253189
HSL0.240.940.87
HSV87°25°99°
CMYK 0.110.000.25   0.01
XYZ75.051189.772061.5162
Yxy89.77200.33160.3966
Hunter Lab94.7481-24.417227.8290
CIE-Lab95.9021-20.193927.5965

#e0fdbd color RGB value is (224,253,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11111101 10111101
Octal 340 375 275
Decimal 224 253 189
Hex E0 FD BD

RGB Percentages of Color #e0fdbd

%33.63
%37.99
%28.38

CMYK Percentages of Color #e0fdbd

%11
%0
%25
%1

Triadic Colors of #e0fdbd

#e0fdbd #bde0fd #fdbde0

Analogous Colors of #e0fdbd

#e0fdbd #c0fdbd #fdfabd

Monochromatic Colors of #e0fdbd

#e0fdbd

Complementary Color

#e0fdbd #dabdfd

#e0fdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0fdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0fdbd Color CSS Codes

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

#e0fdbd Text Font Color

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

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


#e0fdbd Background Color

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

This div background color is #e0fdbd


#e0fdbd Border Color

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

This div border color is #e0fdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0fdbd

Related Colors


Comments

No comments written yet.

Please login to write comment.