Color Hex Logo

#e0efcd Color Hex

#E0EFCD
(224,239,205)
0 Favorites   0 Comments

Color spaces of #e0efcd

RGB 224239205
HSL0.240.520.87
HSV86°14°94°
CMYK 0.060.000.14   0.06
XYZ72.626481.988169.7551
Yxy81.98810.32370.3654
Hunter Lab90.5473-15.286017.7077
CIE-Lab92.5696-10.861114.7765

#e0efcd color RGB value is (224,239,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11101111 11001101
Octal 340 357 315
Decimal 224 239 205
Hex E0 EF CD

RGB Percentages of Color #e0efcd

%33.53
%35.78
%30.69

CMYK Percentages of Color #e0efcd

%6
%0
%14
%6

Triadic Colors of #e0efcd

#e0efcd #cde0ef #efcde0

Analogous Colors of #e0efcd

#e0efcd #cfefcd #efedcd

Monochromatic Colors of #e0efcd

#e0efcd

Complementary Color

#e0efcd #dccdef

#e0efcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0efcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0efcd Color CSS Codes

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

#e0efcd Text Font Color

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

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


#e0efcd Background Color

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

This div background color is #e0efcd


#e0efcd Border Color

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

This div border color is #e0efcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0efcd


Comments

No comments written yet.

Please login to write comment.