Color Hex Logo

#e4fcfa Color Hex

#E4FCFA
(228,252,250)
0 Favorites   0 Comments

Color spaces of #e4fcfa

RGB 228252250
HSL0.490.800.94
HSV175°10°99°
CMYK 0.100.000.01   0.01
XYZ84.060693.0169103.9661
Yxy93.01690.29910.3310
Hunter Lab96.4453-13.20073.5982
CIE-Lab97.2345-8.1384-1.7112

#e4fcfa color RGB value is (228,252,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 11111100 11111010
Octal 344 374 372
Decimal 228 252 250
Hex E4 FC FA

RGB Percentages of Color #e4fcfa

%31.23
%34.52
%34.25

CMYK Percentages of Color #e4fcfa

%10
%0
%1
%1

Triadic Colors of #e4fcfa

#e4fcfa #fae4fc #fcfae4

Analogous Colors of #e4fcfa

#e4fcfa #e4f2fc #e4fcee

Monochromatic Colors of #e4fcfa

#e4fcfa

Complementary Color

#e4fcfa #fce4e6

#e4fcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4fcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4fcfa Color CSS Codes

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

#e4fcfa Text Font Color

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

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


#e4fcfa Background Color

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

This div background color is #e4fcfa


#e4fcfa Border Color

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

This div border color is #e4fcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4fcfa

Related Colors


Comments

No comments written yet.

Please login to write comment.