Color Hex Logo

#eeedad Color Hex

#EEEDAD
(238,237,173)
0 Favorites   0 Comments

Color spaces of #eeedad

RGB 238237173
HSL0.160.660.81
HSV59°27°93°
CMYK 0.000.000.27   0.07
XYZ73.086981.762651.4648
Yxy81.76260.35430.3963
Hunter Lab90.4227-13.961629.5505
CIE-Lab92.4700-9.467531.2246

#eeedad color RGB value is (238,237,173).

#eeedad hex color red value is 238, green value is 237 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #eeedad hue: 0.16 , saturation: 0.66 and the lightness value of eeedad is 0.81.

The process color (four color CMYK) of #eeedad color hex is 0.00, 0.00, 0.27, 0.07. Web safe color of #eeedad is #ffff99. Color #eeedad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101101 10101101
Octal 356 355 255
Decimal 238 237 173
Hex EE ED AD

RGB Percentages of Color #eeedad

%36.73
%36.57
%26.70

CMYK Percentages of Color #eeedad

%0
%0
%27
%7

Triadic Colors of #eeedad

#eeedad #adeeed #edadee

Analogous Colors of #eeedad

#eeedad #cfeead #eecdad

Monochromatic Colors of #eeedad

#eeedad

Complementary Color

#eeedad #adaeee

#eeedad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeedad Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeedad Color CSS Codes

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

#eeedad Text Font Color

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

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


#eeedad Background Color

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

This div background color is #eeedad


#eeedad Border Color

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

This div border color is #eeedad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeedad


Comments

No comments written yet.

Please login to write comment.