color codes Logo

#edd120 color codes

#EDD120
(237,209,32)
0 Favorites   0 Comments

Color spaces of #edd120

RGB 23720932
HSL0.140.850.53
HSV52°86°93°
CMYK 0.000.120.86   0.07
XYZ57.986263.709710.6075
Yxy63.70970.43830.4815
Hunter Lab79.8184-10.006047.9935
CIE-Lab83.8144-6.169880.0670

#edd120 color RGB value is (237,209,32).

#edd120 hex color red value is 237, green value is 209 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #edd120 hue: 0.14 , saturation: 0.85 and the lightness value of edd120 is 0.53.

The process color (four color CMYK) of #edd120 color code is 0.00, 0.12, 0.86, 0.07. Web safe color of #edd120 is #ffcc33. Color #edd120 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010001 00100000
Octal 355 321 40
Decimal 237 209 32
Hex ED D1 20

RGB Percentages of Color #edd120

%49.58
%43.72
%6.69

CMYK Percentages of Color #edd120

%0
%12
%86
%7

Triadic Colors of #edd120

#edd120 #20edd1 #d120ed

Analogous Colors of #edd120

#edd120 #a3ed20 #ed6b20

Monochromatic Colors of #edd120

#edd120

Complementary Color

#edd120 #203ced

#edd120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd120 Color CSS Codes

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

#edd120 Text Font Color

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

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


#edd120 Background Color

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

This div background color is #edd120


#edd120 Border Color

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

This div border color is #edd120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd120


Comments

No comments written yet.

Please login to write comment.