Color Hex Logo

#eea6bd Color Hex

#EEA6BD
(238,166,189)
0 Favorites   0 Comments

Color spaces of #eea6bd

RGB 238166189
HSL0.950.680.79
HSV341°30°93°
CMYK 0.000.300.21   0.07
XYZ58.081449.123754.5647
Yxy49.12370.35900.3037
Hunter Lab70.088325.26642.9037
CIE-Lab75.528229.7784-1.0525

#eea6bd color RGB value is (238,166,189).

#eea6bd hex color red value is 238, green value is 166 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #eea6bd hue: 0.95 , saturation: 0.68 and the lightness value of eea6bd is 0.79.

The process color (four color CMYK) of #eea6bd color hex is 0.00, 0.30, 0.21, 0.07. Web safe color of #eea6bd is #ff99cc. Color #eea6bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100110 10111101
Octal 356 246 275
Decimal 238 166 189
Hex EE A6 BD

RGB Percentages of Color #eea6bd

%40.13
%27.99
%31.87

CMYK Percentages of Color #eea6bd

%0
%30
%21
%7

Triadic Colors of #eea6bd

#eea6bd #bdeea6 #a6bdee

Analogous Colors of #eea6bd

#eea6bd #eeb3a6 #eea6e1

Monochromatic Colors of #eea6bd

#eea6bd

Complementary Color

#eea6bd #a6eed7

#eea6bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea6bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea6bd Color CSS Codes

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

#eea6bd Text Font Color

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

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


#eea6bd Background Color

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

This div background color is #eea6bd


#eea6bd Border Color

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

This div border color is #eea6bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea6bd


Comments

No comments written yet.

Please login to write comment.