Color Hex Logo

#edb082 Color Hex

#EDB082
(237,176,130)
0 Favorites   0 Comments

Color spaces of #edb082

RGB 237176130
HSL0.070.750.72
HSV26°45°93°
CMYK 0.000.260.45   0.07
XYZ54.479750.666928.0274
Yxy50.66690.40910.3805
Hunter Lab71.180712.052726.4810
CIE-Lab76.476816.731532.2182

#edb082 color RGB value is (237,176,130).

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

The process color (four color CMYK) of #edb082 color hex is 0.00, 0.26, 0.45, 0.07. Web safe color of #edb082 is #ff9999. Color #edb082 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110000 10000010
Octal 355 260 202
Decimal 237 176 130
Hex ED B0 82

RGB Percentages of Color #edb082

%43.65
%32.41
%23.94

CMYK Percentages of Color #edb082

%0
%26
%45
%7

Triadic Colors of #edb082

#edb082 #82edb0 #b082ed

Analogous Colors of #edb082

#edb082 #ede682 #ed828a

Monochromatic Colors of #edb082

#edb082

Complementary Color

#edb082 #82bfed

#edb082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb082 Color CSS Codes

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

#edb082 Text Font Color

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

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


#edb082 Background Color

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

This div background color is #edb082


#edb082 Border Color

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

This div border color is #edb082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb082


Comments

No comments written yet.

Please login to write comment.