Color Hex Logo

#e1faef Color Hex

#E1FAEF
(225,250,239)
0 Favorites   0 Comments

Color spaces of #e1faef

RGB 225250239
HSL0.430.710.93
HSV154°10°98°
CMYK 0.100.000.04   0.02
XYZ80.816990.610894.8915
Yxy90.61080.30350.3402
Hunter Lab95.1897-15.03397.5285
CIE-Lab96.2496-10.14752.4960

#e1faef color RGB value is (225,250,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11111010 11101111
Octal 341 372 357
Decimal 225 250 239
Hex E1 FA EF

RGB Percentages of Color #e1faef

%31.51
%35.01
%33.47

CMYK Percentages of Color #e1faef

%10
%0
%4
%2

Triadic Colors of #e1faef

#e1faef #efe1fa #faefe1

Analogous Colors of #e1faef

#e1faef #e1f9fa #e1fae3

Monochromatic Colors of #e1faef

#e1faef

Complementary Color

#e1faef #fae1ec

#e1faef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1faef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1faef Color CSS Codes

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

#e1faef Text Font Color

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

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


#e1faef Background Color

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

This div background color is #e1faef


#e1faef Border Color

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

This div border color is #e1faef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1faef


Comments

No comments written yet.

Please login to write comment.