Color Hex Logo

#e2febf Color Hex

#E2FEBF
(226,254,191)
0 Favorites   0 Comments

Color spaces of #e2febf

RGB 226254191
HSL0.240.970.87
HSV87°25°100°
CMYK 0.110.000.25   0.00
XYZ76.209890.814062.8024
Yxy90.81400.33160.3951
Hunter Lab95.2964-24.019827.6341
CIE-Lab96.3334-19.686727.1957

#e2febf color RGB value is (226,254,191).

#e2febf hex color red value is 226, green value is 254 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e2febf hue: 0.24 , saturation: 0.97 and the lightness value of e2febf is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11111110 10111111
Octal 342 376 277
Decimal 226 254 191
Hex E2 FE BF

RGB Percentages of Color #e2febf

%33.68
%37.85
%28.46

CMYK Percentages of Color #e2febf

%11
%0
%25
%0

Triadic Colors of #e2febf

#e2febf #bfe2fe #febfe2

Analogous Colors of #e2febf

#e2febf #c3febf #fefbbf

Monochromatic Colors of #e2febf

#e2febf

Complementary Color

#e2febf #dbbffe

#e2febf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2febf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2febf Color CSS Codes

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

#e2febf Text Font Color

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

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


#e2febf Background Color

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

This div background color is #e2febf


#e2febf Border Color

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

This div border color is #e2febf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2febf


Comments

No comments written yet.

Please login to write comment.