Color Hex Logo

#eddb50 Color Hex

#EDDB50
(237,219,80)
0 Favorites   0 Comments

Color spaces of #eddb50

RGB 23721980
HSL0.150.810.62
HSV53°66°93°
CMYK 0.000.080.66   0.07
XYZ61.704569.246717.7032
Yxy69.24670.41510.4658
Hunter Lab83.2146-13.265945.6368
CIE-Lab86.6261-9.412067.7822

#eddb50 color RGB value is (237,219,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011011 01010000
Octal 355 333 120
Decimal 237 219 80
Hex ED DB 50

RGB Percentages of Color #eddb50

%44.22
%40.86
%14.93

CMYK Percentages of Color #eddb50

%0
%8
%66
%7

Triadic Colors of #eddb50

#eddb50 #50eddb #db50ed

Analogous Colors of #eddb50

#eddb50 #b1ed50 #ed8d50

Monochromatic Colors of #eddb50

#eddb50

Complementary Color

#eddb50 #5062ed

#eddb50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddb50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddb50 Color CSS Codes

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

#eddb50 Text Font Color

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

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


#eddb50 Background Color

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

This div background color is #eddb50


#eddb50 Border Color

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

This div border color is #eddb50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddb50


Comments

No comments written yet.

Please login to write comment.