Color Hex Logo

#edb49d Color Hex

#EDB49D
(237,180,157)
0 Favorites   0 Comments

Color spaces of #edb49d

RGB 237180157
HSL0.050.690.77
HSV17°34°93°
CMYK 0.000.240.34   0.07
XYZ57.332153.081439.1223
Yxy53.08140.38340.3550
Hunter Lab72.857012.964219.1627
CIE-Lab77.923017.623419.7520

#edb49d color RGB value is (237,180,157).

#edb49d hex color red value is 237, green value is 180 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #edb49d hue: 0.05 , saturation: 0.69 and the lightness value of edb49d is 0.77.

The process color (four color CMYK) of #edb49d color hex is 0.00, 0.24, 0.34, 0.07. Web safe color of #edb49d is #ffcc99. Color #edb49d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110100 10011101
Octal 355 264 235
Decimal 237 180 157
Hex ED B4 9D

RGB Percentages of Color #edb49d

%41.29
%31.36
%27.35

CMYK Percentages of Color #edb49d

%0
%24
%34
%7

Triadic Colors of #edb49d

#edb49d #9dedb4 #b49ded

Analogous Colors of #edb49d

#edb49d #eddc9d #ed9dae

Monochromatic Colors of #edb49d

#edb49d

Complementary Color

#edb49d #9dd6ed

#edb49d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb49d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb49d Color CSS Codes

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

#edb49d Text Font Color

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

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


#edb49d Background Color

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

This div background color is #edb49d


#edb49d Border Color

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

This div border color is #edb49d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,180,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #edb49d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb49d


Comments

No comments written yet.

Please login to write comment.