Color Hex Logo

#e2ffca Color Hex

#E2FFCA
(226,255,202)
0 Favorites   0 Comments

Color spaces of #e2ffca

RGB 226255202
HSL0.261.000.90
HSV93°21°100°
CMYK 0.110.000.21   0.00
XYZ77.784791.953069.5261
Yxy91.95300.32510.3843
Hunter Lab95.8921-23.017624.1366
CIE-Lab96.8011-18.524622.2611

#e2ffca color RGB value is (226,255,202).

#e2ffca hex color red value is 226, green value is 255 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e2ffca hue: 0.26 , saturation: 1.00 and the lightness value of e2ffca is 0.90.

The process color (four color CMYK) of #e2ffca color hex is 0.11, 0.00, 0.21, 0.00. Web safe color of #e2ffca is #ccffcc. Color #e2ffca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11111111 11001010
Octal 342 377 312
Decimal 226 255 202
Hex E2 FF CA

RGB Percentages of Color #e2ffca

%33.09
%37.34
%29.58

CMYK Percentages of Color #e2ffca

%11
%0
%21
%0

Triadic Colors of #e2ffca

#e2ffca #cae2ff #ffcae2

Analogous Colors of #e2ffca

#e2ffca #caffcd #fdffca

Monochromatic Colors of #e2ffca

#e2ffca

Complementary Color

#e2ffca #e7caff

#e2ffca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2ffca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2ffca Color CSS Codes

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

#e2ffca Text Font Color

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

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


#e2ffca Background Color

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

This div background color is #e2ffca


#e2ffca Border Color

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

This div border color is #e2ffca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2ffca


Comments

No comments written yet.

Please login to write comment.