Color Hex Logo

#e2fadc Color Hex

#E2FADC
(226,250,220)
0 Favorites   0 Comments

Color spaces of #e2fadc

RGB 226250220
HSL0.300.750.92
HSV108°12°98°
CMYK 0.100.000.12   0.02
XYZ78.467989.707380.8897
Yxy89.70730.31510.3602
Hunter Lab94.7139-17.867015.6636
CIE-Lab95.8752-13.168611.7511

#e2fadc color RGB value is (226,250,220).

#e2fadc hex color red value is 226, green value is 250 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e2fadc hue: 0.30 , saturation: 0.75 and the lightness value of e2fadc is 0.92.

The process color (four color CMYK) of #e2fadc color hex is 0.10, 0.00, 0.12, 0.02. Web safe color of #e2fadc is #ccffcc. Color #e2fadc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11111010 11011100
Octal 342 372 334
Decimal 226 250 220
Hex E2 FA DC

RGB Percentages of Color #e2fadc

%32.47
%35.92
%31.61

CMYK Percentages of Color #e2fadc

%10
%0
%12
%2

Triadic Colors of #e2fadc

#e2fadc #dce2fa #fadce2

Analogous Colors of #e2fadc

#e2fadc #dcfae5 #f1fadc

Monochromatic Colors of #e2fadc

#e2fadc

Complementary Color

#e2fadc #f4dcfa

#e2fadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2fadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2fadc Color CSS Codes

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

#e2fadc Text Font Color

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

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


#e2fadc Background Color

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

This div background color is #e2fadc


#e2fadc Border Color

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

This div border color is #e2fadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2fadc

Related Colors


Comments

No comments written yet.

Please login to write comment.