Color Hex Logo

#edb87c Color Hex

#EDB87C
(237,184,124)
0 Favorites   0 Comments

Color spaces of #edb87c

RGB 237184124
HSL0.090.760.71
HSV32°48°93°
CMYK 0.000.220.48   0.07
XYZ55.703653.740726.5059
Yxy53.74070.40970.3953
Hunter Lab73.30807.345329.8782
CIE-Lab78.310311.915837.7245

#edb87c color RGB value is (237,184,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111000 01111100
Octal 355 270 174
Decimal 237 184 124
Hex ED B8 7C

RGB Percentages of Color #edb87c

%43.49
%33.76
%22.75

CMYK Percentages of Color #edb87c

%0
%22
%48
%7

Triadic Colors of #edb87c

#edb87c #7cedb8 #b87ced

Analogous Colors of #edb87c

#edb87c #eaed7c #ed807c

Monochromatic Colors of #edb87c

#edb87c

Complementary Color

#edb87c #7cb1ed

#edb87c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb87c Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb87c Color CSS Codes

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

#edb87c Text Font Color

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

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


#edb87c Background Color

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

This div background color is #edb87c


#edb87c Border Color

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

This div border color is #edb87c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb87c


Comments

No comments written yet.

Please login to write comment.