Color Hex Logo

#e2fafa Color Hex

#E2FAFA
(226,250,250)
0 Favorites   0 Comments

Color spaces of #e2fafa

RGB 226250250
HSL0.500.710.93
HSV180°10°98°
CMYK 0.100.000.00   0.02
XYZ82.805091.4421103.7283
Yxy91.44210.29790.3290
Hunter Lab95.6254-12.77562.6237
CIE-Lab96.5918-7.7698-2.6690

#e2fafa color RGB value is (226,250,250).

#e2fafa hex color red value is 226, green value is 250 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e2fafa hue: 0.50 , saturation: 0.71 and the lightness value of e2fafa is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11111010 11111010
Octal 342 372 372
Decimal 226 250 250
Hex E2 FA FA

RGB Percentages of Color #e2fafa

%31.13
%34.44
%34.44

CMYK Percentages of Color #e2fafa

%10
%0
%0
%2

Triadic Colors of #e2fafa

#e2fafa #fae2fa #fafae2

Analogous Colors of #e2fafa

#e2fafa #e2eefa #e2faee

Monochromatic Colors of #e2fafa

#e2fafa

Complementary Color

#e2fafa #fae2e2

#e2fafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2fafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2fafa Color CSS Codes

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

#e2fafa Text Font Color

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

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


#e2fafa Background Color

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

This div background color is #e2fafa


#e2fafa Border Color

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

This div border color is #e2fafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2fafa

Related Colors


Comments

No comments written yet.

Please login to write comment.