Color Hex Logo

#eda8bd Color Hex

#EDA8BD
(237,168,189)
0 Favorites   0 Comments

Color spaces of #eda8bd

RGB 237168189
HSL0.950.660.79
HSV342°29°93°
CMYK 0.000.290.20   0.07
XYZ58.113049.683954.6712
Yxy49.68390.35770.3058
Hunter Lab70.486823.81283.3541
CIE-Lab75.874828.3613-0.5582

#eda8bd color RGB value is (237,168,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101000 10111101
Octal 355 250 275
Decimal 237 168 189
Hex ED A8 BD

RGB Percentages of Color #eda8bd

%39.90
%28.28
%31.82

CMYK Percentages of Color #eda8bd

%0
%29
%20
%7

Triadic Colors of #eda8bd

#eda8bd #bdeda8 #a8bded

Analogous Colors of #eda8bd

#eda8bd #edb6a8 #eda8e0

Monochromatic Colors of #eda8bd

#eda8bd

Complementary Color

#eda8bd #a8edd8

#eda8bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda8bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda8bd Color CSS Codes

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

#eda8bd Text Font Color

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

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


#eda8bd Background Color

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

This div background color is #eda8bd


#eda8bd Border Color

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

This div border color is #eda8bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda8bd


Comments

No comments written yet.

Please login to write comment.