Color Hex Logo

#eea7bd Color Hex

#EEA7BD
(238,167,189)
0 Favorites   0 Comments

Color spaces of #eea7bd

RGB 238167189
HSL0.950.680.79
HSV341°30°93°
CMYK 0.000.300.21   0.07
XYZ58.263949.488754.6255
Yxy49.48870.35880.3048
Hunter Lab70.348224.72823.2050
CIE-Lab75.754429.2476-0.7216

#eea7bd color RGB value is (238,167,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100111 10111101
Octal 356 247 275
Decimal 238 167 189
Hex EE A7 BD

RGB Percentages of Color #eea7bd

%40.07
%28.11
%31.82

CMYK Percentages of Color #eea7bd

%0
%30
%21
%7

Triadic Colors of #eea7bd

#eea7bd #bdeea7 #a7bdee

Analogous Colors of #eea7bd

#eea7bd #eeb5a7 #eea7e1

Monochromatic Colors of #eea7bd

#eea7bd

Complementary Color

#eea7bd #a7eed8

#eea7bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea7bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea7bd Color CSS Codes

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

#eea7bd Text Font Color

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

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


#eea7bd Background Color

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

This div background color is #eea7bd


#eea7bd Border Color

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

This div border color is #eea7bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea7bd


Comments

No comments written yet.

Please login to write comment.