Color Hex Logo

#e6fade Color Hex

#E6FADE
(230,250,222)
0 Favorites   0 Comments

Color spaces of #e6fade

RGB 230250222
HSL0.290.740.93
HSV103°11°98°
CMYK 0.080.000.11   0.02
XYZ80.003690.468182.3527
Yxy90.46810.31640.3578
Hunter Lab95.1147-16.309515.2455
CIE-Lab96.1906-11.487711.2093

#e6fade color RGB value is (230,250,222).

#e6fade hex color red value is 230, green value is 250 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e6fade hue: 0.29 , saturation: 0.74 and the lightness value of e6fade is 0.93.

The process color (four color CMYK) of #e6fade color hex is 0.08, 0.00, 0.11, 0.02. Web safe color of #e6fade is #ffffcc. Color #e6fade contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11111010 11011110
Octal 346 372 336
Decimal 230 250 222
Hex E6 FA DE

RGB Percentages of Color #e6fade

%32.76
%35.61
%31.62

CMYK Percentages of Color #e6fade

%8
%0
%11
%2

Triadic Colors of #e6fade

#e6fade #dee6fa #fadee6

Analogous Colors of #e6fade

#e6fade #defae4 #f4fade

Monochromatic Colors of #e6fade

#e6fade

Complementary Color

#e6fade #f2defa

#e6fade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6fade Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6fade Color CSS Codes

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

#e6fade Text Font Color

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

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


#e6fade Background Color

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

This div background color is #e6fade


#e6fade Border Color

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

This div border color is #e6fade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6fade


Comments

No comments written yet.

Please login to write comment.