Color Hex Logo

#e5fafa Color Hex

#E5FAFA
(229,250,250)
2 Favorites   0 Comments

Color spaces of #e5fafa

RGB 229250250
HSL0.500.680.94
HSV180°98°
CMYK 0.080.000.00   0.02
XYZ83.754091.9314103.7727
Yxy91.93140.29970.3290
Hunter Lab95.8809-11.86792.9465
CIE-Lab96.7923-6.8165-2.3514

#e5fafa color RGB value is (229,250,250).

#e5fafa hex color red value is 229, green value is 250 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e5fafa hue: 0.50 , saturation: 0.68 and the lightness value of e5fafa is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11111010 11111010
Octal 345 372 372
Decimal 229 250 250
Hex E5 FA FA

RGB Percentages of Color #e5fafa

%31.41
%34.29
%34.29

CMYK Percentages of Color #e5fafa

%8
%0
%0
%2

Triadic Colors of #e5fafa

#e5fafa #fae5fa #fafae5

Analogous Colors of #e5fafa

#e5fafa #e5f0fa #e5faf0

Monochromatic Colors of #e5fafa

#e5fafa

Complementary Color

#e5fafa #fae5e5

#e5fafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5fafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5fafa Color CSS Codes

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

#e5fafa Text Font Color

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

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


#e5fafa Background Color

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

This div background color is #e5fafa


#e5fafa Border Color

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

This div border color is #e5fafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5fafa


Comments

No comments written yet.

Please login to write comment.