Color Hex Logo

#eeadac Color Hex

#EEADAC
(238,173,172)
0 Favorites   0 Comments

Color spaces of #eeadac

RGB 238173172
HSL0.000.660.80
HSV28°93°
CMYK 0.000.270.28   0.07
XYZ57.649951.042845.8435
Yxy51.04280.37310.3303
Hunter Lab71.444219.008111.9665
CIE-Lab76.704923.65319.9358

#eeadac color RGB value is (238,173,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101101 10101100
Octal 356 255 254
Decimal 238 173 172
Hex EE AD AC

RGB Percentages of Color #eeadac

%40.82
%29.67
%29.50

CMYK Percentages of Color #eeadac

%0
%27
%28
%7

Triadic Colors of #eeadac

#eeadac #aceead #adacee

Analogous Colors of #eeadac

#eeadac #eeceac #eeaccc

Monochromatic Colors of #eeadac

#eeadac

Complementary Color

#eeadac #acedee

#eeadac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeadac Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeadac Color CSS Codes

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

#eeadac Text Font Color

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

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


#eeadac Background Color

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

This div background color is #eeadac


#eeadac Border Color

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

This div border color is #eeadac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeadac


Comments

No comments written yet.

Please login to write comment.