Color Hex Logo

#e2f1c5 Color Hex

#E2F1C5
(226,241,197)
0 Favorites   0 Comments

Color spaces of #e2f1c5

RGB 226241197
HSL0.220.610.86
HSV80°18°95°
CMYK 0.060.000.18   0.05
XYZ72.897483.110665.0232
Yxy83.11060.32980.3760
Hunter Lab91.1650-16.806521.5271
CIE-Lab93.0628-12.419219.6171

#e2f1c5 color RGB value is (226,241,197).

#e2f1c5 hex color red value is 226, green value is 241 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #e2f1c5 hue: 0.22 , saturation: 0.61 and the lightness value of e2f1c5 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11110001 11000101
Octal 342 361 305
Decimal 226 241 197
Hex E2 F1 C5

RGB Percentages of Color #e2f1c5

%34.04
%36.30
%29.67

CMYK Percentages of Color #e2f1c5

%6
%0
%18
%5

Triadic Colors of #e2f1c5

#e2f1c5 #c5e2f1 #f1c5e2

Analogous Colors of #e2f1c5

#e2f1c5 #ccf1c5 #f1eac5

Monochromatic Colors of #e2f1c5

#e2f1c5

Complementary Color

#e2f1c5 #d4c5f1

#e2f1c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2f1c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2f1c5 Color CSS Codes

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

#e2f1c5 Text Font Color

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

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


#e2f1c5 Background Color

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

This div background color is #e2f1c5


#e2f1c5 Border Color

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

This div border color is #e2f1c5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2f1c5


Comments

No comments written yet.

Please login to write comment.