Color Hex Logo

#edb680 Color Hex

#EDB680
(237,182,128)
0 Favorites   0 Comments

Color spaces of #edb680

RGB 237182128
HSL0.080.750.72
HSV30°46°93°
CMYK 0.000.230.46   0.07
XYZ55.549353.018927.7280
Yxy53.01890.40760.3890
Hunter Lab72.81418.751628.3919
CIE-Lab77.886213.357235.1028

#edb680 color RGB value is (237,182,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110110 10000000
Octal 355 266 200
Decimal 237 182 128
Hex ED B6 80

RGB Percentages of Color #edb680

%43.33
%33.27
%23.40

CMYK Percentages of Color #edb680

%0
%23
%46
%7

Triadic Colors of #edb680

#edb680 #80edb6 #b680ed

Analogous Colors of #edb680

#edb680 #eded80 #ed8081

Monochromatic Colors of #edb680

#edb680

Complementary Color

#edb680 #80b7ed

#edb680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb680 Color CSS Codes

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

#edb680 Text Font Color

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

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


#edb680 Background Color

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

This div background color is #edb680


#edb680 Border Color

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

This div border color is #edb680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb680


Comments

No comments written yet.

Please login to write comment.