Color Hex Logo

#e0fbdb Color Hex

#E0FBDB
(224,251,219)
0 Favorites   0 Comments

Color spaces of #e0fbdb

RGB 224251219
HSL0.310.800.92
HSV111°13°98°
CMYK 0.110.000.13   0.02
XYZ78.023889.956180.2688
Yxy89.95610.31430.3624
Hunter Lab94.8452-19.137216.2137
CIE-Lab95.9786-14.500512.3939

#e0fbdb color RGB value is (224,251,219).

#e0fbdb hex color red value is 224, green value is 251 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e0fbdb hue: 0.31 , saturation: 0.80 and the lightness value of e0fbdb is 0.92.

The process color (four color CMYK) of #e0fbdb color hex is 0.11, 0.00, 0.13, 0.02. Web safe color of #e0fbdb is #ccffcc. Color #e0fbdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11111011 11011011
Octal 340 373 333
Decimal 224 251 219
Hex E0 FB DB

RGB Percentages of Color #e0fbdb

%32.28
%36.17
%31.56

CMYK Percentages of Color #e0fbdb

%11
%0
%13
%2

Triadic Colors of #e0fbdb

#e0fbdb #dbe0fb #fbdbe0

Analogous Colors of #e0fbdb

#e0fbdb #dbfbe6 #f0fbdb

Monochromatic Colors of #e0fbdb

#e0fbdb

Complementary Color

#e0fbdb #f6dbfb

#e0fbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0fbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0fbdb Color CSS Codes

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

#e0fbdb Text Font Color

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

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


#e0fbdb Background Color

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

This div background color is #e0fbdb


#e0fbdb Border Color

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

This div border color is #e0fbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0fbdb


Comments

No comments written yet.

Please login to write comment.