Color Hex Logo

#e2fcfa Color Hex

#E2FCFA
(226,252,250)
0 Favorites   0 Comments

Color spaces of #e2fcfa

RGB 226252250
HSL0.490.810.94
HSV175°10°99°
CMYK 0.100.000.01   0.01
XYZ83.429892.6917103.9365
Yxy92.69170.29790.3310
Hunter Lab96.2765-13.80223.3863
CIE-Lab97.1023-8.7724-1.9203

#e2fcfa color RGB value is (226,252,250).

#e2fcfa hex color red value is 226, green value is 252 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e2fcfa hue: 0.49 , saturation: 0.81 and the lightness value of e2fcfa is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11111100 11111010
Octal 342 374 372
Decimal 226 252 250
Hex E2 FC FA

RGB Percentages of Color #e2fcfa

%31.04
%34.62
%34.34

CMYK Percentages of Color #e2fcfa

%10
%0
%1
%1

Triadic Colors of #e2fcfa

#e2fcfa #fae2fc #fcfae2

Analogous Colors of #e2fcfa

#e2fcfa #e2f1fc #e2fced

Monochromatic Colors of #e2fcfa

#e2fcfa

Complementary Color

#e2fcfa #fce2e4

#e2fcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2fcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2fcfa Color CSS Codes

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

#e2fcfa Text Font Color

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

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


#e2fcfa Background Color

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

This div background color is #e2fcfa


#e2fcfa Border Color

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

This div border color is #e2fcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2fcfa

Related Colors


Comments

No comments written yet.

Please login to write comment.