Color Hex Logo

#e6fadc Color Hex

#E6FADC
(230,250,220)
0 Favorites   0 Comments

Color spaces of #e6fadc

RGB 230250220
HSL0.280.750.92
HSV100°12°98°
CMYK 0.080.000.12   0.02
XYZ79.737090.361580.9491
Yxy90.36150.31760.3599
Hunter Lab95.0587-16.623516.0515
CIE-Lab96.1465-11.822712.1745

#e6fadc color RGB value is (230,250,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11111010 11011100
Octal 346 372 334
Decimal 230 250 220
Hex E6 FA DC

RGB Percentages of Color #e6fadc

%32.86
%35.71
%31.43

CMYK Percentages of Color #e6fadc

%8
%0
%12
%2

Triadic Colors of #e6fadc

#e6fadc #dce6fa #fadce6

Analogous Colors of #e6fadc

#e6fadc #dcfae1 #f5fadc

Monochromatic Colors of #e6fadc

#e6fadc

Complementary Color

#e6fadc #f0dcfa

#e6fadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6fadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6fadc Color CSS Codes

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

#e6fadc Text Font Color

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

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


#e6fadc Background Color

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

This div background color is #e6fadc


#e6fadc Border Color

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

This div border color is #e6fadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6fadc


Comments

No comments written yet.

Please login to write comment.