Color Hex Logo

#e4fded Color Hex

#E4FDED
(228,253,237)
0 Favorites   0 Comments

Color spaces of #e4fded

RGB 228253237
HSL0.390.860.94
HSV142°10°99°
CMYK 0.100.000.06   0.01
XYZ82.406292.859093.7011
Yxy92.85900.30640.3452
Hunter Lab96.3634-15.98979.8024
CIE-Lab97.1703-11.03154.8858

#e4fded color RGB value is (228,253,237).

#e4fded hex color red value is 228, green value is 253 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e4fded hue: 0.39 , saturation: 0.86 and the lightness value of e4fded is 0.94.

The process color (four color CMYK) of #e4fded color hex is 0.10, 0.00, 0.06, 0.01. Web safe color of #e4fded is #ccffff. Color #e4fded contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 11111101 11101101
Octal 344 375 355
Decimal 228 253 237
Hex E4 FD ED

RGB Percentages of Color #e4fded

%31.75
%35.24
%33.01

CMYK Percentages of Color #e4fded

%10
%0
%6
%1

Triadic Colors of #e4fded

#e4fded #ede4fd #fdede4

Analogous Colors of #e4fded

#e4fded #e4fdfa #e8fde4

Monochromatic Colors of #e4fded

#e4fded

Complementary Color

#e4fded #fde4f4

#e4fded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4fded Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4fded Color CSS Codes

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

#e4fded Text Font Color

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

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


#e4fded Background Color

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

This div background color is #e4fded


#e4fded Border Color

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

This div border color is #e4fded


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,253,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4fded


Comments

No comments written yet.

Please login to write comment.