Color Hex Logo

#edd847 Color Hex

#EDD847
(237,216,71)
0 Favorites   0 Comments

Color spaces of #edd847

RGB 23721671
HSL0.150.820.60
HSV52°70°93°
CMYK 0.000.090.70   0.07
XYZ60.618267.571215.8089
Yxy67.57120.42100.4692
Hunter Lab82.2017-12.221346.1386
CIE-Lab85.7916-8.370770.3847

#edd847 color RGB value is (237,216,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011000 01000111
Octal 355 330 107
Decimal 237 216 71
Hex ED D8 47

RGB Percentages of Color #edd847

%45.23
%41.22
%13.55

CMYK Percentages of Color #edd847

%0
%9
%70
%7

Triadic Colors of #edd847

#edd847 #47edd8 #d847ed

Analogous Colors of #edd847

#edd847 #afed47 #ed8547

Monochromatic Colors of #edd847

#edd847

Complementary Color

#edd847 #475ced

#edd847 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd847 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd847 Color CSS Codes

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

#edd847 Text Font Color

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

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


#edd847 Background Color

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

This div background color is #edd847


#edd847 Border Color

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

This div border color is #edd847


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd847


Comments

No comments written yet.

Please login to write comment.