Color Hex Logo

#e2fcae Color Hex

#E2FCAE
(226,252,174)
0 Favorites   0 Comments

Color spaces of #e2fcae

RGB 226252174
HSL0.220.930.84
HSV80°31°99°
CMYK 0.100.000.31   0.01
XYZ73.814488.845653.3029
Yxy88.84560.34180.4114
Hunter Lab94.2579-25.166232.4520
CIE-Lab95.5159-21.081534.6431

#e2fcae color RGB value is (226,252,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11111100 10101110
Octal 342 374 256
Decimal 226 252 174
Hex E2 FC AE

RGB Percentages of Color #e2fcae

%34.66
%38.65
%26.69

CMYK Percentages of Color #e2fcae

%10
%0
%31
%1

Triadic Colors of #e2fcae

#e2fcae #aee2fc #fcaee2

Analogous Colors of #e2fcae

#e2fcae #bbfcae #fcefae

Monochromatic Colors of #e2fcae

#e2fcae

Complementary Color

#e2fcae #c8aefc

#e2fcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2fcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2fcae Color CSS Codes

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

#e2fcae Text Font Color

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

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


#e2fcae Background Color

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

This div background color is #e2fcae


#e2fcae Border Color

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

This div border color is #e2fcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2fcae

Related Colors


Comments

No comments written yet.

Please login to write comment.