Color Hex Logo

#e2fbae Color Hex

#E2FBAE
(226,251,174)
0 Favorites   0 Comments

Color spaces of #e2fbae

RGB 226251174
HSL0.220.910.83
HSV79°31°98°
CMYK 0.100.000.31   0.02
XYZ73.501288.219153.1985
Yxy88.21910.34200.4105
Hunter Lab93.9250-24.683332.1661
CIE-Lab95.2531-20.599934.2930

#e2fbae color RGB value is (226,251,174).

#e2fbae hex color red value is 226, green value is 251 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e2fbae hue: 0.22 , saturation: 0.91 and the lightness value of e2fbae is 0.83.

The process color (four color CMYK) of #e2fbae color hex is 0.10, 0.00, 0.31, 0.02. Web safe color of #e2fbae is #ccff99. Color #e2fbae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11111011 10101110
Octal 342 373 256
Decimal 226 251 174
Hex E2 FB AE

RGB Percentages of Color #e2fbae

%34.72
%38.56
%26.73

CMYK Percentages of Color #e2fbae

%10
%0
%31
%2

Triadic Colors of #e2fbae

#e2fbae #aee2fb #fbaee2

Analogous Colors of #e2fbae

#e2fbae #bcfbae #fbeeae

Monochromatic Colors of #e2fbae

#e2fbae

Complementary Color

#e2fbae #c7aefb

#e2fbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2fbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2fbae Color CSS Codes

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

#e2fbae Text Font Color

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

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


#e2fbae Background Color

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

This div background color is #e2fbae


#e2fbae Border Color

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

This div border color is #e2fbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2fbae


Comments

No comments written yet.

Please login to write comment.