Color Hex Logo

#edd129 Color Hex

#EDD129
(237,209,41)
0 Favorites   0 Comments

Color spaces of #edd129

RGB 23720941
HSL0.140.840.55
HSV51°83°93°
CMYK 0.000.120.83   0.07
XYZ58.125863.765511.3422
Yxy63.76550.43630.4786
Hunter Lab79.8533-9.811847.4759
CIE-Lab83.8435-5.955378.0398

#edd129 color RGB value is (237,209,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010001 00101001
Octal 355 321 51
Decimal 237 209 41
Hex ED D1 29

RGB Percentages of Color #edd129

%48.67
%42.92
%8.42

CMYK Percentages of Color #edd129

%0
%12
%83
%7

Triadic Colors of #edd129

#edd129 #29edd1 #d129ed

Analogous Colors of #edd129

#edd129 #a7ed29 #ed6f29

Monochromatic Colors of #edd129

#edd129

Complementary Color

#edd129 #2945ed

#edd129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd129 Color CSS Codes

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

#edd129 Text Font Color

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

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


#edd129 Background Color

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

This div background color is #edd129


#edd129 Border Color

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

This div border color is #edd129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd129


Comments

No comments written yet.

Please login to write comment.