Color Hex Logo

#eeadaf Color Hex

#EEADAF
(238,173,175)
0 Favorites   0 Comments

Color spaces of #eeadaf

RGB 238173175
HSL0.990.660.81
HSV358°27°93°
CMYK 0.000.270.26   0.07
XYZ57.941351.159447.3784
Yxy51.15940.37030.3269
Hunter Lab71.525819.428310.7946
CIE-Lab76.775524.06098.4028

#eeadaf color RGB value is (238,173,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101101 10101111
Octal 356 255 257
Decimal 238 173 175
Hex EE AD AF

RGB Percentages of Color #eeadaf

%40.61
%29.52
%29.86

CMYK Percentages of Color #eeadaf

%0
%27
%26
%7

Triadic Colors of #eeadaf

#eeadaf #afeead #adafee

Analogous Colors of #eeadaf

#eeadaf #eeccad #eeadd0

Monochromatic Colors of #eeadaf

#eeadaf

Complementary Color

#eeadaf #adeeec

#eeadaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeadaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeadaf Color CSS Codes

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

#eeadaf Text Font Color

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

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


#eeadaf Background Color

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

This div background color is #eeadaf


#eeadaf Border Color

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

This div border color is #eeadaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeadaf


Comments

No comments written yet.

Please login to write comment.