Color Hex Logo

#edb650 Color Hex

#EDB650
(237,182,80)
0 Favorites   0 Comments

Color spaces of #edb650

RGB 23718280
HSL0.110.810.62
HSV39°66°93°
CMYK 0.000.230.66   0.07
XYZ53.101052.039614.8353
Yxy52.03960.44260.4338
Hunter Lab72.13855.151238.3039
CIE-Lab77.30459.630257.9556

#edb650 color RGB value is (237,182,80).

#edb650 hex color red value is 237, green value is 182 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #edb650 hue: 0.11 , saturation: 0.81 and the lightness value of edb650 is 0.62.

The process color (four color CMYK) of #edb650 color hex is 0.00, 0.23, 0.66, 0.07. Web safe color of #edb650 is #ffcc66. Color #edb650 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110110 01010000
Octal 355 266 120
Decimal 237 182 80
Hex ED B6 50

RGB Percentages of Color #edb650

%47.49
%36.47
%16.03

CMYK Percentages of Color #edb650

%0
%23
%66
%7

Triadic Colors of #edb650

#edb650 #50edb6 #b650ed

Analogous Colors of #edb650

#edb650 #d6ed50 #ed6850

Monochromatic Colors of #edb650

#edb650

Complementary Color

#edb650 #5087ed

#edb650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb650 Color CSS Codes

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

#edb650 Text Font Color

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

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


#edb650 Background Color

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

This div background color is #edb650


#edb650 Border Color

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

This div border color is #edb650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb650


Comments

No comments written yet.

Please login to write comment.