Color Hex Logo

#edd72e Color Hex

#EDD72E
(237,215,46)
0 Favorites   0 Comments

Color spaces of #edd72e

RGB 23721546
HSL0.150.840.55
HSV53°81°93°
CMYK 0.000.090.81   0.07
XYZ59.718666.802712.3315
Yxy66.80270.43010.4811
Hunter Lab81.7329-12.610648.2676
CIE-Lab85.4042-8.840778.0705

#edd72e color RGB value is (237,215,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010111 00101110
Octal 355 327 56
Decimal 237 215 46
Hex ED D7 2E

RGB Percentages of Color #edd72e

%47.59
%43.17
%9.24

CMYK Percentages of Color #edd72e

%0
%9
%81
%7

Triadic Colors of #edd72e

#edd72e #2eedd7 #d72eed

Analogous Colors of #edd72e

#edd72e #a4ed2e #ed782e

Monochromatic Colors of #edd72e

#edd72e

Complementary Color

#edd72e #2e44ed

#edd72e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd72e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd72e Color CSS Codes

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

#edd72e Text Font Color

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

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


#edd72e Background Color

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

This div background color is #edd72e


#edd72e Border Color

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

This div border color is #edd72e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd72e


Comments

No comments written yet.

Please login to write comment.