Color Hex Logo

#edb47c Color Hex

#EDB47C
(237,180,124)
0 Favorites   0 Comments

Color spaces of #edb47c

RGB 237180124
HSL0.080.760.71
HSV30°48°93°
CMYK 0.000.240.48   0.07
XYZ54.884452.102326.2328
Yxy52.10230.41200.3911
Hunter Lab72.18199.406328.9798
CIE-Lab77.342014.028336.4854

#edb47c color RGB value is (237,180,124).

#edb47c hex color red value is 237, green value is 180 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #edb47c hue: 0.08 , saturation: 0.76 and the lightness value of edb47c is 0.71.

The process color (four color CMYK) of #edb47c color hex is 0.00, 0.24, 0.48, 0.07. Web safe color of #edb47c is #ffcc66. Color #edb47c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110100 01111100
Octal 355 264 174
Decimal 237 180 124
Hex ED B4 7C

RGB Percentages of Color #edb47c

%43.81
%33.27
%22.92

CMYK Percentages of Color #edb47c

%0
%24
%48
%7

Triadic Colors of #edb47c

#edb47c #7cedb4 #b47ced

Analogous Colors of #edb47c

#edb47c #eded7c #ed7c7d

Monochromatic Colors of #edb47c

#edb47c

Complementary Color

#edb47c #7cb5ed

#edb47c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb47c Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb47c Color CSS Codes

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

#edb47c Text Font Color

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

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


#edb47c Background Color

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

This div background color is #edb47c


#edb47c Border Color

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

This div border color is #edb47c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb47c


Comments

No comments written yet.

Please login to write comment.