Color Hex Logo

#e0fdbc Color Hex

#E0FDBC
(224,253,188)
0 Favorites   0 Comments

Color spaces of #e0fdbc

RGB 224253188
HSL0.240.940.86
HSV87°26°99°
CMYK 0.110.000.26   0.01
XYZ74.942889.728760.9464
Yxy89.72870.33220.3977
Hunter Lab94.7252-24.547128.1604
CIE-Lab95.8841-20.338728.0776

#e0fdbc color RGB value is (224,253,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11111101 10111100
Octal 340 375 274
Decimal 224 253 188
Hex E0 FD BC

RGB Percentages of Color #e0fdbc

%33.68
%38.05
%28.27

CMYK Percentages of Color #e0fdbc

%11
%0
%26
%1

Triadic Colors of #e0fdbc

#e0fdbc #bce0fd #fdbce0

Analogous Colors of #e0fdbc

#e0fdbc #c0fdbc #fdfabc

Monochromatic Colors of #e0fdbc

#e0fdbc

Complementary Color

#e0fdbc #d9bcfd

#e0fdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0fdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0fdbc Color CSS Codes

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

#e0fdbc Text Font Color

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

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


#e0fdbc Background Color

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

This div background color is #e0fdbc


#e0fdbc Border Color

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

This div border color is #e0fdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0fdbc


Comments

No comments written yet.

Please login to write comment.