Color Hex Logo

#e2fbed Color Hex

#E2FBED
(226,251,237)
0 Favorites   0 Comments

Color spaces of #e2fbed

RGB 226251237
HSL0.410.760.94
HSV146°10°98°
CMYK 0.100.000.06   0.02
XYZ81.147391.277593.4622
Yxy91.27750.30520.3433
Hunter Lab95.5393-15.58288.8765
CIE-Lab96.5242-10.68663.9336

#e2fbed color RGB value is (226,251,237).

#e2fbed hex color red value is 226, green value is 251 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e2fbed hue: 0.41 , saturation: 0.76 and the lightness value of e2fbed is 0.94.

The process color (four color CMYK) of #e2fbed color hex is 0.10, 0.00, 0.06, 0.02. Web safe color of #e2fbed is #ccffff. Color #e2fbed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11111011 11101101
Octal 342 373 355
Decimal 226 251 237
Hex E2 FB ED

RGB Percentages of Color #e2fbed

%31.65
%35.15
%33.19

CMYK Percentages of Color #e2fbed

%10
%0
%6
%2

Triadic Colors of #e2fbed

#e2fbed #ede2fb #fbede2

Analogous Colors of #e2fbed

#e2fbed #e2fbfa #e4fbe2

Monochromatic Colors of #e2fbed

#e2fbed

Complementary Color

#e2fbed #fbe2f0

#e2fbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2fbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2fbed Color CSS Codes

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

#e2fbed Text Font Color

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

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


#e2fbed Background Color

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

This div background color is #e2fbed


#e2fbed Border Color

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

This div border color is #e2fbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2fbed

Related Colors


Comments

No comments written yet.

Please login to write comment.