Color Hex Logo

#e2fcef Color Hex

#E2FCEF
(226,252,239)
0 Favorites   0 Comments

Color spaces of #e2fcef

RGB 226252239
HSL0.420.810.94
HSV150°10°99°
CMYK 0.100.000.05   0.01
XYZ81.754492.021695.1144
Yxy92.02160.30400.3422
Hunter Lab95.9279-15.74748.3623
CIE-Lab96.8291-10.82113.3458

#e2fcef color RGB value is (226,252,239).

#e2fcef hex color red value is 226, green value is 252 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e2fcef hue: 0.42 , saturation: 0.81 and the lightness value of e2fcef is 0.94.

The process color (four color CMYK) of #e2fcef color hex is 0.10, 0.00, 0.05, 0.01. Web safe color of #e2fcef is #ccffff. Color #e2fcef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11111100 11101111
Octal 342 374 357
Decimal 226 252 239
Hex E2 FC EF

RGB Percentages of Color #e2fcef

%31.52
%35.15
%33.33

CMYK Percentages of Color #e2fcef

%10
%0
%5
%1

Triadic Colors of #e2fcef

#e2fcef #efe2fc #fcefe2

Analogous Colors of #e2fcef

#e2fcef #e2fcfc #e2fce2

Monochromatic Colors of #e2fcef

#e2fcef

Complementary Color

#e2fcef #fce2ef

#e2fcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2fcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2fcef Color CSS Codes

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

#e2fcef Text Font Color

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

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


#e2fcef Background Color

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

This div background color is #e2fcef


#e2fcef Border Color

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

This div border color is #e2fcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2fcef

Related Colors


Comments

No comments written yet.

Please login to write comment.