Color Hex Logo

#e6faed Color Hex

#E6FAED
(230,250,237)
0 Favorites   0 Comments

Color spaces of #e6faed

RGB 230250237
HSL0.390.670.94
HSV141°98°
CMYK 0.080.000.05   0.02
XYZ82.104891.308693.4177
Yxy91.30860.30770.3422
Hunter Lab95.5555-13.84858.9253
CIE-Lab96.5370-8.88343.9858

#e6faed color RGB value is (230,250,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11111010 11101101
Octal 346 372 355
Decimal 230 250 237
Hex E6 FA ED

RGB Percentages of Color #e6faed

%32.08
%34.87
%33.05

CMYK Percentages of Color #e6faed

%8
%0
%5
%2

Triadic Colors of #e6faed

#e6faed #ede6fa #faede6

Analogous Colors of #e6faed

#e6faed #e6faf7 #e9fae6

Monochromatic Colors of #e6faed

#e6faed

Complementary Color

#e6faed #fae6f3

#e6faed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6faed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6faed Color CSS Codes

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

#e6faed Text Font Color

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

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


#e6faed Background Color

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

This div background color is #e6faed


#e6faed Border Color

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

This div border color is #e6faed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6faed


Comments

No comments written yet.

Please login to write comment.