Color Hex Logo

#edd724 Color Hex

#EDD724
(237,215,36)
0 Favorites   0 Comments

Color spaces of #edd724

RGB 23721536
HSL0.150.850.54
HSV53°85°93°
CMYK 0.000.090.85   0.07
XYZ59.543966.732811.4115
Yxy66.73280.43250.4847
Hunter Lab81.6901-12.849248.9007
CIE-Lab85.3688-9.106280.4784

#edd724 color RGB value is (237,215,36).

#edd724 hex color red value is 237, green value is 215 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #edd724 hue: 0.15 , saturation: 0.85 and the lightness value of edd724 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010111 00100100
Octal 355 327 44
Decimal 237 215 36
Hex ED D7 24

RGB Percentages of Color #edd724

%48.57
%44.06
%7.38

CMYK Percentages of Color #edd724

%0
%9
%85
%7

Triadic Colors of #edd724

#edd724 #24edd7 #d724ed

Analogous Colors of #edd724

#edd724 #9fed24 #ed7324

Monochromatic Colors of #edd724

#edd724

Complementary Color

#edd724 #243aed

#edd724 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd724 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd724 Color CSS Codes

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

#edd724 Text Font Color

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

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


#edd724 Background Color

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

This div background color is #edd724


#edd724 Border Color

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

This div border color is #edd724


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd724


Comments

No comments written yet.

Please login to write comment.