Color Hex Logo

#e1fdf4 Color Hex

#E1FDF4
(225,253,244)
0 Favorites   0 Comments

Color spaces of #e1fdf4

RGB 225253244
HSL0.450.880.94
HSV161°11°99°
CMYK 0.110.000.04   0.01
XYZ82.505892.789899.1496
Yxy92.78980.30060.3381
Hunter Lab96.3275-15.68536.4022
CIE-Lab97.1422-10.71831.2193

#e1fdf4 color RGB value is (225,253,244).

#e1fdf4 hex color red value is 225, green value is 253 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #e1fdf4 hue: 0.45 , saturation: 0.88 and the lightness value of e1fdf4 is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11111101 11110100
Octal 341 375 364
Decimal 225 253 244
Hex E1 FD F4

RGB Percentages of Color #e1fdf4

%31.16
%35.04
%33.80

CMYK Percentages of Color #e1fdf4

%11
%0
%4
%1

Triadic Colors of #e1fdf4

#e1fdf4 #f4e1fd #fdf4e1

Analogous Colors of #e1fdf4

#e1fdf4 #e1f8fd #e1fde6

Monochromatic Colors of #e1fdf4

#e1fdf4

Complementary Color

#e1fdf4 #fde1ea

#e1fdf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1fdf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1fdf4 Color CSS Codes

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

#e1fdf4 Text Font Color

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

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


#e1fdf4 Background Color

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

This div background color is #e1fdf4


#e1fdf4 Border Color

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

This div border color is #e1fdf4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,253,244, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e1fdf4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e1fdf4;
  -webkit-box-shadow: 1px 1px 3px 2px #e1fdf4;
  box-shadow:         1px 1px 3px 2px #e1fdf4; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1fdf4

Related Colors


Comments

No comments written yet.

Please login to write comment.