Color Hex Logo

#eddb0a Color Hex

#EDDB0A
(237,219,10)
0 Favorites   0 Comments

Color spaces of #eddb0a

RGB 23721910
HSL0.150.920.48
HSV55°96°93°
CMYK 0.000.080.96   0.07
XYZ60.311468.689510.3668
Yxy68.68950.43280.4929
Hunter Lab82.8791-15.143550.5992
CIE-Lab86.3501-11.505385.1402

#eddb0a color RGB value is (237,219,10).

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

The process color (four color CMYK) of #eddb0a color hex is 0.00, 0.08, 0.96, 0.07. Web safe color of #eddb0a is #ffcc00. Color #eddb0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011011 00001010
Octal 355 333 12
Decimal 237 219 10
Hex ED DB A

RGB Percentages of Color #eddb0a

%50.86
%47.00
%2.15

CMYK Percentages of Color #eddb0a

%0
%8
%96
%7

Triadic Colors of #eddb0a

#eddb0a #0aeddb #db0aed

Analogous Colors of #eddb0a

#eddb0a #8eed0a #ed6a0a

Monochromatic Colors of #eddb0a

#eddb0a

Complementary Color

#eddb0a #0a1ced

#eddb0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddb0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddb0a Color CSS Codes

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

#eddb0a Text Font Color

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

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


#eddb0a Background Color

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

This div background color is #eddb0a


#eddb0a Border Color

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

This div border color is #eddb0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddb0a


Comments

No comments written yet.

Please login to write comment.