Color Hex Logo

#eeada0 Color Hex

#EEADA0
(238,173,160)
0 Favorites   0 Comments

Color spaces of #eeada0

RGB 238173160
HSL0.030.700.78
HSV10°33°93°
CMYK 0.000.270.33   0.07
XYZ56.548650.602340.0445
Yxy50.60230.38420.3438
Hunter Lab71.135317.410816.4183
CIE-Lab76.437522.093416.0822

#eeada0 color RGB value is (238,173,160).

#eeada0 hex color red value is 238, green value is 173 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #eeada0 hue: 0.03 , saturation: 0.70 and the lightness value of eeada0 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101101 10100000
Octal 356 255 240
Decimal 238 173 160
Hex EE AD A0

RGB Percentages of Color #eeada0

%41.68
%30.30
%28.02

CMYK Percentages of Color #eeada0

%0
%27
%33
%7

Triadic Colors of #eeada0

#eeada0 #a0eead #ada0ee

Analogous Colors of #eeada0

#eeada0 #eed4a0 #eea0ba

Monochromatic Colors of #eeada0

#eeada0

Complementary Color

#eeada0 #a0e1ee

#eeada0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeada0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeada0 Color CSS Codes

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

#eeada0 Text Font Color

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

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


#eeada0 Background Color

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

This div background color is #eeada0


#eeada0 Border Color

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

This div border color is #eeada0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeada0


Comments

No comments written yet.

Please login to write comment.