Color Hex Logo

#edd72b Color Hex

#EDD72B
(237,215,43)
0 Favorites   0 Comments

Color spaces of #edd72b

RGB 23721543
HSL0.150.840.55
HSV53°82°93°
CMYK 0.000.090.82   0.07
XYZ59.661566.779812.0308
Yxy66.77980.43090.4823
Hunter Lab81.7189-12.688548.4745
CIE-Lab85.3926-8.927378.8435

#edd72b color RGB value is (237,215,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010111 00101011
Octal 355 327 53
Decimal 237 215 43
Hex ED D7 2B

RGB Percentages of Color #edd72b

%47.88
%43.43
%8.69

CMYK Percentages of Color #edd72b

%0
%9
%82
%7

Triadic Colors of #edd72b

#edd72b #2bedd7 #d72bed

Analogous Colors of #edd72b

#edd72b #a2ed2b #ed762b

Monochromatic Colors of #edd72b

#edd72b

Complementary Color

#edd72b #2b41ed

#edd72b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd72b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd72b Color CSS Codes

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

#edd72b Text Font Color

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

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


#edd72b Background Color

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

This div background color is #edd72b


#edd72b Border Color

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

This div border color is #edd72b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd72b


Comments

No comments written yet.

Please login to write comment.