Color Hex Logo

#eddb30 Color Hex

#EDDB30
(237,219,48)
0 Favorites   0 Comments

Color spaces of #eddb30

RGB 23721948
HSL0.150.840.56
HSV54°80°93°
CMYK 0.000.080.80   0.07
XYZ60.790168.881012.8877
Yxy68.88100.42640.4832
Hunter Lab82.9946-14.496648.8894
CIE-Lab86.4451-10.781178.4317

#eddb30 color RGB value is (237,219,48).

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

The process color (four color CMYK) of #eddb30 color hex is 0.00, 0.08, 0.80, 0.07. Web safe color of #eddb30 is #ffcc33. Color #eddb30 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011011 00110000
Octal 355 333 60
Decimal 237 219 48
Hex ED DB 30

RGB Percentages of Color #eddb30

%47.02
%43.45
%9.52

CMYK Percentages of Color #eddb30

%0
%8
%80
%7

Triadic Colors of #eddb30

#eddb30 #30eddb #db30ed

Analogous Colors of #eddb30

#eddb30 #a1ed30 #ed7d30

Monochromatic Colors of #eddb30

#eddb30

Complementary Color

#eddb30 #3042ed

#eddb30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddb30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddb30 Color CSS Codes

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

#eddb30 Text Font Color

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

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


#eddb30 Background Color

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

This div background color is #eddb30


#eddb30 Border Color

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

This div border color is #eddb30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddb30


Comments

No comments written yet.

Please login to write comment.