Color Hex Logo

#eeadbe Color Hex

#EEADBE
(238,173,190)
0 Favorites   0 Comments

Color spaces of #eeadbe

RGB 238173190
HSL0.960.660.81
HSV344°27°93°
CMYK 0.000.270.20   0.07
XYZ59.497751.782055.5742
Yxy51.78200.35660.3103
Hunter Lab71.959721.65784.5824
CIE-Lab77.150326.20780.7705

#eeadbe color RGB value is (238,173,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101101 10111110
Octal 356 255 276
Decimal 238 173 190
Hex EE AD BE

RGB Percentages of Color #eeadbe

%39.60
%28.79
%31.61

CMYK Percentages of Color #eeadbe

%0
%27
%20
%7

Triadic Colors of #eeadbe

#eeadbe #beeead #adbeee

Analogous Colors of #eeadbe

#eeadbe #eebdad #eeaddf

Monochromatic Colors of #eeadbe

#eeadbe

Complementary Color

#eeadbe #adeedd

#eeadbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeadbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeadbe Color CSS Codes

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

#eeadbe Text Font Color

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

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


#eeadbe Background Color

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

This div background color is #eeadbe


#eeadbe Border Color

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

This div border color is #eeadbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeadbe


Comments

No comments written yet.

Please login to write comment.