Color Hex Logo

#e4efdc Color Hex

#E4EFDC
(228,239,220)
0 Favorites   0 Comments

Color spaces of #e4efdc

RGB 228239220
HSL0.260.370.90
HSV95°94°
CMYK 0.050.000.08   0.06
XYZ75.779783.394379.8128
Yxy83.39430.31710.3489
Hunter Lab91.3205-11.687712.1057
CIE-Lab93.1868-6.99927.9233

#e4efdc color RGB value is (228,239,220).

#e4efdc hex color red value is 228, green value is 239 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e4efdc hue: 0.26 , saturation: 0.37 and the lightness value of e4efdc is 0.90.

The process color (four color CMYK) of #e4efdc color hex is 0.05, 0.00, 0.08, 0.06. Web safe color of #e4efdc is #ccffcc. Color #e4efdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 11101111 11011100
Octal 344 357 334
Decimal 228 239 220
Hex E4 EF DC

RGB Percentages of Color #e4efdc

%33.19
%34.79
%32.02

CMYK Percentages of Color #e4efdc

%5
%0
%8
%6

Triadic Colors of #e4efdc

#e4efdc #dce4ef #efdce4

Analogous Colors of #e4efdc

#e4efdc #dcefde #eeefdc

Monochromatic Colors of #e4efdc

#e4efdc

Complementary Color

#e4efdc #e7dcef

#e4efdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4efdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4efdc Color CSS Codes

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

#e4efdc Text Font Color

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

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


#e4efdc Background Color

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

This div background color is #e4efdc


#e4efdc Border Color

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

This div border color is #e4efdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4efdc


Comments

No comments written yet.

Please login to write comment.