Color Hex Logo

#edb681 Color Hex

#EDB681
(237,182,129)
0 Favorites   0 Comments

Color spaces of #edb681

RGB 237182129
HSL0.080.750.72
HSV29°46°93°
CMYK 0.000.230.46   0.07
XYZ55.615453.045428.0764
Yxy53.04540.40670.3879
Hunter Lab72.83238.847828.1267
CIE-Lab77.901813.455634.6010

#edb681 color RGB value is (237,182,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110110 10000001
Octal 355 266 201
Decimal 237 182 129
Hex ED B6 81

RGB Percentages of Color #edb681

%43.25
%33.21
%23.54

CMYK Percentages of Color #edb681

%0
%23
%46
%7

Triadic Colors of #edb681

#edb681 #81edb6 #b681ed

Analogous Colors of #edb681

#edb681 #edec81 #ed8182

Monochromatic Colors of #edb681

#edb681

Complementary Color

#edb681 #81b8ed

#edb681 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb681 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb681 Color CSS Codes

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

#edb681 Text Font Color

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

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


#edb681 Background Color

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

This div background color is #edb681


#edb681 Border Color

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

This div border color is #edb681


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb681


Comments

No comments written yet.

Please login to write comment.