Color Hex Logo

#e2fbdb Color Hex

#E2FBDB
(226,251,219)
0 Favorites   0 Comments

Color spaces of #e2fbdb

RGB 226251219
HSL0.300.800.92
HSV107°13°98°
CMYK 0.100.000.13   0.02
XYZ78.647490.277680.2980
Yxy90.27760.31560.3622
Hunter Lab95.0145-18.523716.4034
CIE-Lab96.1118-13.830912.6017

#e2fbdb color RGB value is (226,251,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11111011 11011011
Octal 342 373 333
Decimal 226 251 219
Hex E2 FB DB

RGB Percentages of Color #e2fbdb

%32.47
%36.06
%31.47

CMYK Percentages of Color #e2fbdb

%10
%0
%13
%2

Triadic Colors of #e2fbdb

#e2fbdb #dbe2fb #fbdbe2

Analogous Colors of #e2fbdb

#e2fbdb #dbfbe4 #f2fbdb

Monochromatic Colors of #e2fbdb

#e2fbdb

Complementary Color

#e2fbdb #f4dbfb

#e2fbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2fbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2fbdb Color CSS Codes

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

#e2fbdb Text Font Color

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

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


#e2fbdb Background Color

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

This div background color is #e2fbdb


#e2fbdb Border Color

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

This div border color is #e2fbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2fbdb


Comments

No comments written yet.

Please login to write comment.