Color Hex Logo

#eeeaed Color Hex

#EEEAED
(238,234,237)
0 Favorites   0 Comments

Color spaces of #eeeaed

RGB 238234237
HSL0.880.110.93
HSV315°93°
CMYK 0.000.020.00   0.07
XYZ79.968883.137291.9530
Yxy83.13720.31350.3260
Hunter Lab91.1796-3.01144.0328
CIE-Lab93.07451.8754-0.9856

#eeeaed color RGB value is (238,234,237).

#eeeaed hex color red value is 238, green value is 234 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #eeeaed hue: 0.88 , saturation: 0.11 and the lightness value of eeeaed is 0.93.

The process color (four color CMYK) of #eeeaed color hex is 0.00, 0.02, 0.00, 0.07. Web safe color of #eeeaed is #ffffff. Color #eeeaed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101010 11101101
Octal 356 352 355
Decimal 238 234 237
Hex EE EA ED

RGB Percentages of Color #eeeaed

%33.57
%33.00
%33.43

CMYK Percentages of Color #eeeaed

%0
%2
%0
%7

Triadic Colors of #eeeaed

#eeeaed #edeeea #eaedee

Analogous Colors of #eeeaed

#eeeaed #eeeaeb #edeaee

Monochromatic Colors of #eeeaed

#eeeaed

Complementary Color

#eeeaed #eaeeeb

#eeeaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeeaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeeaed Color CSS Codes

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

#eeeaed Text Font Color

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

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


#eeeaed Background Color

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

This div background color is #eeeaed


#eeeaed Border Color

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

This div border color is #eeeaed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,234,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 #eeeaed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeeaed


Comments

No comments written yet.

Please login to write comment.