Color Hex Logo

#e6fedc Color Hex

#E6FEDC
(230,254,220)
0 Favorites   0 Comments

Color spaces of #e6fedc

RGB 230254220
HSL0.280.940.93
HSV102°13°100°
CMYK 0.090.000.13   0.00
XYZ80.993292.873981.3678
Yxy92.87390.31730.3639
Hunter Lab96.3711-18.632617.4002
CIE-Lab97.1764-13.798313.6383

#e6fedc color RGB value is (230,254,220).

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

The process color (four color CMYK) of #e6fedc color hex is 0.09, 0.00, 0.13, 0.00. Web safe color of #e6fedc is #ffffcc. Color #e6fedc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11111110 11011100
Octal 346 376 334
Decimal 230 254 220
Hex E6 FE DC

RGB Percentages of Color #e6fedc

%32.67
%36.08
%31.25

CMYK Percentages of Color #e6fedc

%9
%0
%13
%0

Triadic Colors of #e6fedc

#e6fedc #dce6fe #fedce6

Analogous Colors of #e6fedc

#e6fedc #dcfee3 #f7fedc

Monochromatic Colors of #e6fedc

#e6fedc

Complementary Color

#e6fedc #f4dcfe

#e6fedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6fedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6fedc Color CSS Codes

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

#e6fedc Text Font Color

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

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


#e6fedc Background Color

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

This div background color is #e6fedc


#e6fedc Border Color

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

This div border color is #e6fedc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,254,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 #e6fedc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6fedc

Related Colors


Comments

No comments written yet.

Please login to write comment.