Color Hex Logo

#edb981 Color Hex

#EDB981
(237,185,129)
0 Favorites   0 Comments

Color spaces of #edb981

RGB 237185129
HSL0.090.750.72
HSV31°46°93°
CMYK 0.000.220.46   0.07
XYZ56.236554.287428.2834
Yxy54.28740.40510.3911
Hunter Lab73.68007.300828.8164
CIE-Lab78.629011.872035.5428

#edb981 color RGB value is (237,185,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111001 10000001
Octal 355 271 201
Decimal 237 185 129
Hex ED B9 81

RGB Percentages of Color #edb981

%43.01
%33.58
%23.41

CMYK Percentages of Color #edb981

%0
%22
%46
%7

Triadic Colors of #edb981

#edb981 #81edb9 #b981ed

Analogous Colors of #edb981

#edb981 #ebed81 #ed8381

Monochromatic Colors of #edb981

#edb981

Complementary Color

#edb981 #81b5ed

#edb981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb981 Color CSS Codes

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

#edb981 Text Font Color

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

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


#edb981 Background Color

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

This div background color is #edb981


#edb981 Border Color

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

This div border color is #edb981


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb981


Comments

No comments written yet.

Please login to write comment.