Color Hex Logo

#eeada8 Color Hex

#EEADA8
(238,173,168)
0 Favorites   0 Comments

Color spaces of #eeada8

RGB 238173168
HSL0.010.670.80
HSV29°93°
CMYK 0.000.270.29   0.07
XYZ57.271350.891443.8503
Yxy50.89140.37680.3348
Hunter Lab71.338218.460413.4923
CIE-Lab76.613223.120011.9823

#eeada8 color RGB value is (238,173,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101101 10101000
Octal 356 255 250
Decimal 238 173 168
Hex EE AD A8

RGB Percentages of Color #eeada8

%41.11
%29.88
%29.02

CMYK Percentages of Color #eeada8

%0
%27
%29
%7

Triadic Colors of #eeada8

#eeada8 #a8eead #ada8ee

Analogous Colors of #eeada8

#eeada8 #eed0a8 #eea8c6

Monochromatic Colors of #eeada8

#eeada8

Complementary Color

#eeada8 #a8e9ee

#eeada8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeada8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeada8 Color CSS Codes

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

#eeada8 Text Font Color

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

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


#eeada8 Background Color

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

This div background color is #eeada8


#eeada8 Border Color

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

This div border color is #eeada8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeada8


Comments

No comments written yet.

Please login to write comment.