Color Hex Logo

#edb77e Color Hex

#EDB77E
(237,183,126)
0 Favorites   0 Comments

Color spaces of #edb77e

RGB 237183126
HSL0.090.760.71
HSV31°47°93°
CMYK 0.000.230.47   0.07
XYZ55.624453.377927.1099
Yxy53.37790.40870.3922
Hunter Lab73.06028.045729.1418
CIE-Lab78.097612.634236.4164

#edb77e color RGB value is (237,183,126).

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

The process color (four color CMYK) of #edb77e color hex is 0.00, 0.23, 0.47, 0.07. Web safe color of #edb77e is #ffcc66. Color #edb77e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110111 01111110
Octal 355 267 176
Decimal 237 183 126
Hex ED B7 7E

RGB Percentages of Color #edb77e

%43.41
%33.52
%23.08

CMYK Percentages of Color #edb77e

%0
%23
%47
%7

Triadic Colors of #edb77e

#edb77e #7eedb7 #b77eed

Analogous Colors of #edb77e

#edb77e #eced7e #ed807e

Monochromatic Colors of #edb77e

#edb77e

Complementary Color

#edb77e #7eb4ed

#edb77e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb77e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb77e Color CSS Codes

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

#edb77e Text Font Color

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

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


#edb77e Background Color

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

This div background color is #edb77e


#edb77e Border Color

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

This div border color is #edb77e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb77e


Comments

No comments written yet.

Please login to write comment.