Color Hex Logo

#e2f1ca Color Hex

#E2F1CA
(226,241,202)
0 Favorites   0 Comments

Color spaces of #e2f1ca

RGB 226241202
HSL0.230.580.87
HSV83°16°95°
CMYK 0.060.000.16   0.05
XYZ73.480083.343668.0912
Yxy83.34360.32670.3706
Hunter Lab91.2927-16.090519.6831
CIE-Lab93.1647-11.642117.1844

#e2f1ca color RGB value is (226,241,202).

#e2f1ca hex color red value is 226, green value is 241 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e2f1ca hue: 0.23 , saturation: 0.58 and the lightness value of e2f1ca is 0.87.

The process color (four color CMYK) of #e2f1ca color hex is 0.06, 0.00, 0.16, 0.05. Web safe color of #e2f1ca is #ccffcc. Color #e2f1ca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11110001 11001010
Octal 342 361 312
Decimal 226 241 202
Hex E2 F1 CA

RGB Percentages of Color #e2f1ca

%33.78
%36.02
%30.19

CMYK Percentages of Color #e2f1ca

%6
%0
%16
%5

Triadic Colors of #e2f1ca

#e2f1ca #cae2f1 #f1cae2

Analogous Colors of #e2f1ca

#e2f1ca #cff1ca #f1edca

Monochromatic Colors of #e2f1ca

#e2f1ca

Complementary Color

#e2f1ca #d9caf1

#e2f1ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2f1ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2f1ca Color CSS Codes

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

#e2f1ca Text Font Color

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

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


#e2f1ca Background Color

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

This div background color is #e2f1ca


#e2f1ca Border Color

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

This div border color is #e2f1ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2f1ca


Comments

No comments written yet.

Please login to write comment.