Color Hex Logo

#eeedea Color Hex

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

Color spaces of #eeedea

RGB 238237234
HSL0.130.110.93
HSV45°93°
CMYK 0.000.000.02   0.07
XYZ80.395484.686089.9507
Yxy84.68600.31520.3321
Hunter Lab92.0250-5.10166.4639
CIE-Lab93.7476-0.18831.5573

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

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

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

Base Numbers

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

RGB Percentages of Color #eeedea

%33.57
%33.43
%33.00

CMYK Percentages of Color #eeedea

%0
%0
%2
%7

Triadic Colors of #eeedea

#eeedea #eaeeed #edeaee

Analogous Colors of #eeedea

#eeedea #edeeea #eeebea

Monochromatic Colors of #eeedea

#eeedea

Complementary Color

#eeedea #eaebee

#eeedea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeedea Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeedea Color CSS Codes

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

#eeedea Text Font Color

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

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


#eeedea Background Color

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

This div background color is #eeedea


#eeedea Border Color

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

This div border color is #eeedea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeedea


Comments

No comments written yet.

Please login to write comment.