Color Hex Logo

#edba7f Color Hex

#EDBA7F
(237,186,127)
0 Favorites   0 Comments

Color spaces of #edba7f

RGB 237186127
HSL0.090.750.71
HSV32°46°93°
CMYK 0.000.220.46   0.07
XYZ56.314754.654627.6600
Yxy54.65460.40620.3942
Hunter Lab73.92876.595829.5671
CIE-Lab78.841911.148936.8543

#edba7f color RGB value is (237,186,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111010 01111111
Octal 355 272 177
Decimal 237 186 127
Hex ED BA 7F

RGB Percentages of Color #edba7f

%43.09
%33.82
%23.09

CMYK Percentages of Color #edba7f

%0
%22
%46
%7

Triadic Colors of #edba7f

#edba7f #7fedba #ba7fed

Analogous Colors of #edba7f

#edba7f #e9ed7f #ed837f

Monochromatic Colors of #edba7f

#edba7f

Complementary Color

#edba7f #7fb2ed

#edba7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edba7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edba7f Color CSS Codes

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

#edba7f Text Font Color

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

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


#edba7f Background Color

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

This div background color is #edba7f


#edba7f Border Color

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

This div border color is #edba7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edba7f


Comments

No comments written yet.

Please login to write comment.