Color Hex Logo

#edb47f Color Hex

#EDB47F
(237,180,127)
0 Favorites   0 Comments

Color spaces of #edb47f

RGB 237180127
HSL0.080.750.71
HSV29°46°93°
CMYK 0.000.240.46   0.07
XYZ55.077152.179327.2474
Yxy52.17930.40950.3879
Hunter Lab72.23529.689028.2003
CIE-Lab77.387914.316934.9805

#edb47f color RGB value is (237,180,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110100 01111111
Octal 355 264 177
Decimal 237 180 127
Hex ED B4 7F

RGB Percentages of Color #edb47f

%43.57
%33.09
%23.35

CMYK Percentages of Color #edb47f

%0
%24
%46
%7

Triadic Colors of #edb47f

#edb47f #7fedb4 #b47fed

Analogous Colors of #edb47f

#edb47f #edeb7f #ed7f81

Monochromatic Colors of #edb47f

#edb47f

Complementary Color

#edb47f #7fb8ed

#edb47f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb47f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb47f Color CSS Codes

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

#edb47f Text Font Color

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

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


#edb47f Background Color

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

This div background color is #edb47f


#edb47f Border Color

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

This div border color is #edb47f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb47f


Comments

No comments written yet.

Please login to write comment.