Color Hex Logo

#eeb9bd Color Hex

#EEB9BD
(238,185,189)
0 Favorites   0 Comments

Color spaces of #eeb9bd

RGB 238185189
HSL0.990.610.83
HSV355°22°93°
CMYK 0.000.220.21   0.07
XYZ61.794256.549255.8023
Yxy56.54920.35480.3247
Hunter Lab75.199215.08208.6427
CIE-Lab79.925419.68005.3367

#eeb9bd color RGB value is (238,185,189).

#eeb9bd hex color red value is 238, green value is 185 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #eeb9bd hue: 0.99 , saturation: 0.61 and the lightness value of eeb9bd is 0.83.

The process color (four color CMYK) of #eeb9bd color hex is 0.00, 0.22, 0.21, 0.07. Web safe color of #eeb9bd is #ffcccc. Color #eeb9bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111001 10111101
Octal 356 271 275
Decimal 238 185 189
Hex EE B9 BD

RGB Percentages of Color #eeb9bd

%38.89
%30.23
%30.88

CMYK Percentages of Color #eeb9bd

%0
%22
%21
%7

Triadic Colors of #eeb9bd

#eeb9bd #bdeeb9 #b9bdee

Analogous Colors of #eeb9bd

#eeb9bd #eed0b9 #eeb9d8

Monochromatic Colors of #eeb9bd

#eeb9bd

Complementary Color

#eeb9bd #b9eeea

#eeb9bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb9bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb9bd Color CSS Codes

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

#eeb9bd Text Font Color

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

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


#eeb9bd Background Color

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

This div background color is #eeb9bd


#eeb9bd Border Color

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

This div border color is #eeb9bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb9bd


Comments

No comments written yet.

Please login to write comment.