Color Hex Logo

#e0edec Color Hex

#E0EDEC
(224,237,236)
0 Favorites   0 Comments

Color spaces of #e0edec

RGB 224237236
HSL0.490.270.90
HSV175°93°
CMYK 0.050.000.00   0.07
XYZ76.165082.471891.2612
Yxy82.47180.30480.3300
Hunter Lab90.8140-9.21793.9878
CIE-Lab92.7827-4.4730-1.0134

#e0edec color RGB value is (224,237,236).

#e0edec hex color red value is 224, green value is 237 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e0edec hue: 0.49 , saturation: 0.27 and the lightness value of e0edec is 0.90.

The process color (four color CMYK) of #e0edec color hex is 0.05, 0.00, 0.00, 0.07. Web safe color of #e0edec is #ccffff. Color #e0edec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11101101 11101100
Octal 340 355 354
Decimal 224 237 236
Hex E0 ED EC

RGB Percentages of Color #e0edec

%32.14
%34.00
%33.86

CMYK Percentages of Color #e0edec

%5
%0
%0
%7

Triadic Colors of #e0edec

#e0edec #ece0ed #edece0

Analogous Colors of #e0edec

#e0edec #e0e8ed #e0ede6

Monochromatic Colors of #e0edec

#e0edec

Complementary Color

#e0edec #ede0e1

#e0edec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0edec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0edec Color CSS Codes

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

#e0edec Text Font Color

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

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


#e0edec Background Color

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

This div background color is #e0edec


#e0edec Border Color

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

This div border color is #e0edec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0edec


Comments

No comments written yet.

Please login to write comment.