Color Hex Logo

#eeb5bd Color Hex

#EEB5BD
(238,181,189)
0 Favorites   0 Comments

Color spaces of #eeb5bd

RGB 238181189
HSL0.980.630.82
HSV352°24°93°
CMYK 0.000.240.21   0.07
XYZ60.969154.899055.5273
Yxy54.89900.35570.3203
Hunter Lab74.093917.21687.4327
CIE-Lab78.983121.80523.9754

#eeb5bd color RGB value is (238,181,189).

#eeb5bd hex color red value is 238, green value is 181 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #eeb5bd hue: 0.98 , saturation: 0.63 and the lightness value of eeb5bd is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110101 10111101
Octal 356 265 275
Decimal 238 181 189
Hex EE B5 BD

RGB Percentages of Color #eeb5bd

%39.14
%29.77
%31.09

CMYK Percentages of Color #eeb5bd

%0
%24
%21
%7

Triadic Colors of #eeb5bd

#eeb5bd #bdeeb5 #b5bdee

Analogous Colors of #eeb5bd

#eeb5bd #eecab5 #eeb5da

Monochromatic Colors of #eeb5bd

#eeb5bd

Complementary Color

#eeb5bd #b5eee6

#eeb5bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb5bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb5bd Color CSS Codes

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

#eeb5bd Text Font Color

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

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


#eeb5bd Background Color

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

This div background color is #eeb5bd


#eeb5bd Border Color

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

This div border color is #eeb5bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb5bd


Comments

No comments written yet.

Please login to write comment.