Color Hex Logo

#eddb12 Color Hex

#EDDB12
(237,219,18)
0 Favorites   0 Comments

Color spaces of #eddb12

RGB 23721918
HSL0.150.860.50
HSV55°92°93°
CMYK 0.000.080.92   0.07
XYZ60.365868.711210.6532
Yxy68.71120.43200.4917
Hunter Lab82.8922-15.069750.4047
CIE-Lab86.3608-11.422684.3254

#eddb12 color RGB value is (237,219,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011011 00010010
Octal 355 333 22
Decimal 237 219 18
Hex ED DB 12

RGB Percentages of Color #eddb12

%50.00
%46.20
%3.80

CMYK Percentages of Color #eddb12

%0
%8
%92
%7

Triadic Colors of #eddb12

#eddb12 #12eddb #db12ed

Analogous Colors of #eddb12

#eddb12 #92ed12 #ed6e12

Monochromatic Colors of #eddb12

#eddb12

Complementary Color

#eddb12 #1224ed

#eddb12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddb12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddb12 Color CSS Codes

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

#eddb12 Text Font Color

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

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


#eddb12 Background Color

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

This div background color is #eddb12


#eddb12 Border Color

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

This div border color is #eddb12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddb12


Comments

No comments written yet.

Please login to write comment.