Color Hex Logo

#eda9bd Color Hex

#EDA9BD
(237,169,189)
0 Favorites   0 Comments

Color spaces of #eda9bd

RGB 237169189
HSL0.950.650.80
HSV342°29°93°
CMYK 0.000.290.20   0.07
XYZ58.298350.054654.7330
Yxy50.05460.35750.3069
Hunter Lab70.749323.27503.6566
CIE-Lab76.102827.8295-0.2251

#eda9bd color RGB value is (237,169,189).

#eda9bd hex color red value is 237, green value is 169 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #eda9bd hue: 0.95 , saturation: 0.65 and the lightness value of eda9bd is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101001 10111101
Octal 355 251 275
Decimal 237 169 189
Hex ED A9 BD

RGB Percentages of Color #eda9bd

%39.83
%28.40
%31.76

CMYK Percentages of Color #eda9bd

%0
%29
%20
%7

Triadic Colors of #eda9bd

#eda9bd #bdeda9 #a9bded

Analogous Colors of #eda9bd

#eda9bd #edb7a9 #eda9df

Monochromatic Colors of #eda9bd

#eda9bd

Complementary Color

#eda9bd #a9edd9

#eda9bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda9bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda9bd Color CSS Codes

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

#eda9bd Text Font Color

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

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


#eda9bd Background Color

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

This div background color is #eda9bd


#eda9bd Border Color

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

This div border color is #eda9bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda9bd


Comments

No comments written yet.

Please login to write comment.