Color Hex Logo

#e0ebae Color Hex

#E0EBAE
(224,235,174)
0 Favorites   0 Comments

Color spaces of #e0ebae

RGB 224235174
HSL0.200.600.80
HSV71°26°92°
CMYK 0.050.000.26   0.08
XYZ68.088878.319951.5730
Yxy78.31990.34390.3956
Hunter Lab88.4985-17.538527.3974
CIE-Lab90.9257-13.500528.4530

#e0ebae color RGB value is (224,235,174).

#e0ebae hex color red value is 224, green value is 235 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e0ebae hue: 0.20 , saturation: 0.60 and the lightness value of e0ebae is 0.80.

The process color (four color CMYK) of #e0ebae color hex is 0.05, 0.00, 0.26, 0.08. Web safe color of #e0ebae is #ccff99. Color #e0ebae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11101011 10101110
Octal 340 353 256
Decimal 224 235 174
Hex E0 EB AE

RGB Percentages of Color #e0ebae

%35.39
%37.12
%27.49

CMYK Percentages of Color #e0ebae

%5
%0
%26
%8

Triadic Colors of #e0ebae

#e0ebae #aee0eb #ebaee0

Analogous Colors of #e0ebae

#e0ebae #c2ebae #ebd8ae

Monochromatic Colors of #e0ebae

#e0ebae

Complementary Color

#e0ebae #b9aeeb

#e0ebae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0ebae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0ebae Color CSS Codes

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

#e0ebae Text Font Color

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

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


#e0ebae Background Color

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

This div background color is #e0ebae


#e0ebae Border Color

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

This div border color is #e0ebae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0ebae


Comments

No comments written yet.

Please login to write comment.