Color Hex Logo

#eddb0f Color Hex

#EDDB0F
(237,219,15)
0 Favorites   0 Comments

Color spaces of #eddb0f

RGB 23721915
HSL0.150.880.49
HSV55°94°93°
CMYK 0.000.080.94   0.07
XYZ60.342868.702110.5324
Yxy68.70210.43230.4922
Hunter Lab82.8867-15.101150.4867
CIE-Lab86.3563-11.457784.6673

#eddb0f color RGB value is (237,219,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011011 00001111
Octal 355 333 17
Decimal 237 219 15
Hex ED DB F

RGB Percentages of Color #eddb0f

%50.32
%46.50
%3.18

CMYK Percentages of Color #eddb0f

%0
%8
%94
%7

Triadic Colors of #eddb0f

#eddb0f #0feddb #db0fed

Analogous Colors of #eddb0f

#eddb0f #90ed0f #ed6c0f

Monochromatic Colors of #eddb0f

#eddb0f

Complementary Color

#eddb0f #0f21ed

#eddb0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddb0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddb0f Color CSS Codes

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

#eddb0f Text Font Color

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

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


#eddb0f Background Color

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

This div background color is #eddb0f


#eddb0f Border Color

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

This div border color is #eddb0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddb0f


Comments

No comments written yet.

Please login to write comment.