Color Hex Logo

#edd829 Color Hex

#EDD829
(237,216,41)
0 Favorites   0 Comments

Color spaces of #edd829

RGB 23721641
HSL0.150.840.55
HSV54°83°93°
CMYK 0.000.090.83   0.07
XYZ59.881267.276411.9274
Yxy67.27640.43050.4837
Hunter Lab82.0222-13.223048.7938
CIE-Lab85.6433-9.483179.5515

#edd829 color RGB value is (237,216,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011000 00101001
Octal 355 330 51
Decimal 237 216 41
Hex ED D8 29

RGB Percentages of Color #edd829

%47.98
%43.72
%8.30

CMYK Percentages of Color #edd829

%0
%9
%83
%7

Triadic Colors of #edd829

#edd829 #29edd8 #d829ed

Analogous Colors of #edd829

#edd829 #a0ed29 #ed7629

Monochromatic Colors of #edd829

#edd829

Complementary Color

#edd829 #293eed

#edd829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd829 Color CSS Codes

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

#edd829 Text Font Color

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

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


#edd829 Background Color

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

This div background color is #edd829


#edd829 Border Color

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

This div border color is #edd829


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd829


Comments

No comments written yet.

Please login to write comment.