Color Hex Logo

#e6fadb Color Hex

#E6FADB
(230,250,219)
0 Favorites   0 Comments

Color spaces of #e6fadb

RGB 230250219
HSL0.270.760.92
HSV99°12°98°
CMYK 0.080.000.12   0.02
XYZ79.604990.308780.2535
Yxy90.30870.31820.3610
Hunter Lab95.0309-16.779316.4513
CIE-Lab96.1247-11.989112.6573

#e6fadb color RGB value is (230,250,219).

#e6fadb hex color red value is 230, green value is 250 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e6fadb hue: 0.27 , saturation: 0.76 and the lightness value of e6fadb is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11111010 11011011
Octal 346 372 333
Decimal 230 250 219
Hex E6 FA DB

RGB Percentages of Color #e6fadb

%32.90
%35.77
%31.33

CMYK Percentages of Color #e6fadb

%8
%0
%12
%2

Triadic Colors of #e6fadb

#e6fadb #dbe6fa #fadbe6

Analogous Colors of #e6fadb

#e6fadb #dbfae0 #f6fadb

Monochromatic Colors of #e6fadb

#e6fadb

Complementary Color

#e6fadb #efdbfa

#e6fadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6fadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6fadb Color CSS Codes

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

#e6fadb Text Font Color

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

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


#e6fadb Background Color

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

This div background color is #e6fadb


#e6fadb Border Color

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

This div border color is #e6fadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6fadb


Comments

No comments written yet.

Please login to write comment.