Color Hex Logo

#edd747 Color Hex

#EDD747
(237,215,71)
0 Favorites   0 Comments

Color spaces of #edd747

RGB 23721571
HSL0.140.820.60
HSV52°70°93°
CMYK 0.000.090.70   0.07
XYZ60.362867.060315.7237
Yxy67.06030.42170.4685
Hunter Lab81.8904-11.732745.9390
CIE-Lab85.5344-7.867470.1304

#edd747 color RGB value is (237,215,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010111 01000111
Octal 355 327 107
Decimal 237 215 71
Hex ED D7 47

RGB Percentages of Color #edd747

%45.32
%41.11
%13.58

CMYK Percentages of Color #edd747

%0
%9
%70
%7

Triadic Colors of #edd747

#edd747 #47edd7 #d747ed

Analogous Colors of #edd747

#edd747 #b0ed47 #ed8447

Monochromatic Colors of #edd747

#edd747

Complementary Color

#edd747 #475ded

#edd747 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd747 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd747 Color CSS Codes

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

#edd747 Text Font Color

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

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


#edd747 Background Color

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

This div background color is #edd747


#edd747 Border Color

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

This div border color is #edd747


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd747


Comments

No comments written yet.

Please login to write comment.