Color Hex Logo

#eeaead Color Hex

#EEAEAD
(238,174,173)
0 Favorites   0 Comments

Color spaces of #eeaead

RGB 238174173
HSL0.000.660.81
HSV27°93°
CMYK 0.000.270.27   0.07
XYZ57.938851.466446.4155
Yxy51.46640.37180.3303
Hunter Lab71.740118.615211.8577
CIE-Lab76.960723.25659.7558

#eeaead color RGB value is (238,174,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101110 10101101
Octal 356 256 255
Decimal 238 174 173
Hex EE AE AD

RGB Percentages of Color #eeaead

%40.68
%29.74
%29.57

CMYK Percentages of Color #eeaead

%0
%27
%27
%7

Triadic Colors of #eeaead

#eeaead #adeeae #aeadee

Analogous Colors of #eeaead

#eeaead #eecfad #eeadcd

Monochromatic Colors of #eeaead

#eeaead

Complementary Color

#eeaead #adedee

#eeaead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeaead Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeaead Color CSS Codes

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

#eeaead Text Font Color

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

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


#eeaead Background Color

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

This div background color is #eeaead


#eeaead Border Color

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

This div border color is #eeaead


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,174,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 #eeaead">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeaead


Comments

No comments written yet.

Please login to write comment.