Color Hex Logo

#eddc30 Color Hex

#EDDC30
(237,220,48)
0 Favorites   0 Comments

Color spaces of #eddc30

RGB 23722048
HSL0.150.840.56
HSV55°80°93°
CMYK 0.000.070.80   0.07
XYZ61.051869.404312.9749
Yxy69.40430.42570.4839
Hunter Lab83.3092-14.980449.0824
CIE-Lab86.7039-11.279378.6568

#eddc30 color RGB value is (237,220,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011100 00110000
Octal 355 334 60
Decimal 237 220 48
Hex ED DC 30

RGB Percentages of Color #eddc30

%46.93
%43.56
%9.50

CMYK Percentages of Color #eddc30

%0
%7
%80
%7

Triadic Colors of #eddc30

#eddc30 #30eddc #dc30ed

Analogous Colors of #eddc30

#eddc30 #a0ed30 #ed7e30

Monochromatic Colors of #eddc30

#eddc30

Complementary Color

#eddc30 #3041ed

#eddc30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddc30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddc30 Color CSS Codes

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

#eddc30 Text Font Color

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

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


#eddc30 Background Color

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

This div background color is #eddc30


#eddc30 Border Color

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

This div border color is #eddc30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddc30


Comments

No comments written yet.

Please login to write comment.