Color Hex Logo

#edb581 Color Hex

#EDB581
(237,181,129)
0 Favorites   0 Comments

Color spaces of #edb581

RGB 237181129
HSL0.080.750.72
HSV29°46°93°
CMYK 0.000.240.46   0.07
XYZ55.411452.637328.0084
Yxy52.63730.40730.3869
Hunter Lab72.55169.364527.8973
CIE-Lab77.660413.984234.2876

#edb581 color RGB value is (237,181,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110101 10000001
Octal 355 265 201
Decimal 237 181 129
Hex ED B5 81

RGB Percentages of Color #edb581

%43.33
%33.09
%23.58

CMYK Percentages of Color #edb581

%0
%24
%46
%7

Triadic Colors of #edb581

#edb581 #81edb5 #b581ed

Analogous Colors of #edb581

#edb581 #edeb81 #ed8183

Monochromatic Colors of #edb581

#edb581

Complementary Color

#edb581 #81b9ed

#edb581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb581 Color CSS Codes

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

#edb581 Text Font Color

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

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


#edb581 Background Color

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

This div background color is #edb581


#edb581 Border Color

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

This div border color is #edb581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb581


Comments

No comments written yet.

Please login to write comment.