Color Hex Logo

#e6faee Color Hex

#E6FAEE
(230,250,238)
0 Favorites   0 Comments

Color spaces of #e6faee

RGB 230250238
HSL0.400.670.94
HSV144°98°
CMYK 0.080.000.05   0.02
XYZ82.251491.367394.1895
Yxy91.36730.30710.3412
Hunter Lab95.5862-13.67778.4867
CIE-Lab96.5611-8.70413.5054

#e6faee color RGB value is (230,250,238).

#e6faee hex color red value is 230, green value is 250 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e6faee hue: 0.40 , saturation: 0.67 and the lightness value of e6faee is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11111010 11101110
Octal 346 372 356
Decimal 230 250 238
Hex E6 FA EE

RGB Percentages of Color #e6faee

%32.03
%34.82
%33.15

CMYK Percentages of Color #e6faee

%8
%0
%5
%2

Triadic Colors of #e6faee

#e6faee #eee6fa #faeee6

Analogous Colors of #e6faee

#e6faee #e6faf8 #e8fae6

Monochromatic Colors of #e6faee

#e6faee

Complementary Color

#e6faee #fae6f2

#e6faee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6faee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6faee Color CSS Codes

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

#e6faee Text Font Color

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

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


#e6faee Background Color

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

This div background color is #e6faee


#e6faee Border Color

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

This div border color is #e6faee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6faee

Related Colors


Comments

No comments written yet.

Please login to write comment.