Color Hex Logo

#edc9bd Color Hex

#EDC9BD
(237,201,189)
0 Favorites   0 Comments

Color spaces of #edc9bd

RGB 237201189
HSL0.040.570.84
HSV15°20°93°
CMYK 0.000.150.20   0.07
XYZ64.997063.451956.9658
Yxy63.45190.35050.3422
Hunter Lab79.65676.250313.3590
CIE-Lab83.679610.855810.7048

#edc9bd color RGB value is (237,201,189).

#edc9bd hex color red value is 237, green value is 201 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #edc9bd hue: 0.04 , saturation: 0.57 and the lightness value of edc9bd is 0.84.

The process color (four color CMYK) of #edc9bd color hex is 0.00, 0.15, 0.20, 0.07. Web safe color of #edc9bd is #ffcccc. Color #edc9bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001001 10111101
Octal 355 311 275
Decimal 237 201 189
Hex ED C9 BD

RGB Percentages of Color #edc9bd

%37.80
%32.06
%30.14

CMYK Percentages of Color #edc9bd

%0
%15
%20
%7

Triadic Colors of #edc9bd

#edc9bd #bdedc9 #c9bded

Analogous Colors of #edc9bd

#edc9bd #ede1bd #edbdc9

Monochromatic Colors of #edc9bd

#edc9bd

Complementary Color

#edc9bd #bde1ed

#edc9bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc9bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc9bd Color CSS Codes

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

#edc9bd Text Font Color

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

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


#edc9bd Background Color

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

This div background color is #edc9bd


#edc9bd Border Color

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

This div border color is #edc9bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc9bd

#edc9bd Color Palettes


Comments

No comments written yet.

Please login to write comment.