Color Hex Logo

#e0edcf Color Hex

#E0EDCF
(224,237,207)
0 Favorites   0 Comments

Color spaces of #e0edcf

RGB 224237207
HSL0.240.450.87
HSV86°13°93°
CMYK 0.050.000.13   0.07
XYZ72.287180.920770.8408
Yxy80.92070.32260.3612
Hunter Lab89.9559-13.983216.2779
CIE-Lab92.0964-9.534313.0707

#e0edcf color RGB value is (224,237,207).

#e0edcf hex color red value is 224, green value is 237 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e0edcf hue: 0.24 , saturation: 0.45 and the lightness value of e0edcf is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11101101 11001111
Octal 340 355 317
Decimal 224 237 207
Hex E0 ED CF

RGB Percentages of Color #e0edcf

%33.53
%35.48
%30.99

CMYK Percentages of Color #e0edcf

%5
%0
%13
%7

Triadic Colors of #e0edcf

#e0edcf #cfe0ed #edcfe0

Analogous Colors of #e0edcf

#e0edcf #d1edcf #edebcf

Monochromatic Colors of #e0edcf

#e0edcf

Complementary Color

#e0edcf #dccfed

#e0edcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0edcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0edcf Color CSS Codes

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

#e0edcf Text Font Color

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

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


#e0edcf Background Color

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

This div background color is #e0edcf


#e0edcf Border Color

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

This div border color is #e0edcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0edcf


Comments

No comments written yet.

Please login to write comment.