Color Hex Logo

#edd930 Color Hex

#EDD930
(237,217,48)
0 Favorites   0 Comments

Color spaces of #edd930

RGB 23721748
HSL0.150.840.56
HSV54°80°93°
CMYK 0.000.080.80   0.07
XYZ60.271467.843612.7148
Yxy67.84360.42800.4817
Hunter Lab82.3672-13.527048.5046
CIE-Lab85.9282-9.781977.9816

#edd930 color RGB value is (237,217,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011001 00110000
Octal 355 331 60
Decimal 237 217 48
Hex ED D9 30

RGB Percentages of Color #edd930

%47.21
%43.23
%9.56

CMYK Percentages of Color #edd930

%0
%8
%80
%7

Triadic Colors of #edd930

#edd930 #30edd9 #d930ed

Analogous Colors of #edd930

#edd930 #a3ed30 #ed7b30

Monochromatic Colors of #edd930

#edd930

Complementary Color

#edd930 #3044ed

#edd930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd930 Color CSS Codes

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

#edd930 Text Font Color

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

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


#edd930 Background Color

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

This div background color is #edd930


#edd930 Border Color

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

This div border color is #edd930


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd930


Comments

No comments written yet.

Please login to write comment.