Color Hex Logo

#eeadaa Color Hex

#EEADAA
(238,173,170)
0 Favorites   0 Comments

Color spaces of #eeadaa

RGB 238173170
HSL0.010.670.80
HSV29°93°
CMYK 0.000.270.29   0.07
XYZ57.459250.966644.8393
Yxy50.96660.37490.3325
Hunter Lab71.390918.732312.7347
CIE-Lab76.658823.384810.9588

#eeadaa color RGB value is (238,173,170).

#eeadaa hex color red value is 238, green value is 173 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #eeadaa hue: 0.01 , saturation: 0.67 and the lightness value of eeadaa is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101101 10101010
Octal 356 255 252
Decimal 238 173 170
Hex EE AD AA

RGB Percentages of Color #eeadaa

%40.96
%29.78
%29.26

CMYK Percentages of Color #eeadaa

%0
%27
%29
%7

Triadic Colors of #eeadaa

#eeadaa #aaeead #adaaee

Analogous Colors of #eeadaa

#eeadaa #eecfaa #eeaac9

Monochromatic Colors of #eeadaa

#eeadaa

Complementary Color

#eeadaa #aaebee

#eeadaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeadaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeadaa Color CSS Codes

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

#eeadaa Text Font Color

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

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


#eeadaa Background Color

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

This div background color is #eeadaa


#eeadaa Border Color

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

This div border color is #eeadaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeadaa


Comments

No comments written yet.

Please login to write comment.