Color Hex Logo

#edd47e Color Hex

#EDD47E
(237,212,126)
0 Favorites   0 Comments

Color spaces of #edd47e

RGB 237212126
HSL0.130.760.71
HSV46°47°93°
CMYK 0.000.110.47   0.07
XYZ62.234466.597929.3132
Yxy66.59790.39350.4211
Hunter Lab81.6075-6.688035.8285
CIE-Lab85.3005-2.462445.5149

#edd47e color RGB value is (237,212,126).

#edd47e hex color red value is 237, green value is 212 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #edd47e hue: 0.13 , saturation: 0.76 and the lightness value of edd47e is 0.71.

The process color (four color CMYK) of #edd47e color hex is 0.00, 0.11, 0.47, 0.07. Web safe color of #edd47e is #ffcc66. Color #edd47e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010100 01111110
Octal 355 324 176
Decimal 237 212 126
Hex ED D4 7E

RGB Percentages of Color #edd47e

%41.22
%36.87
%21.91

CMYK Percentages of Color #edd47e

%0
%11
%47
%7

Triadic Colors of #edd47e

#edd47e #7eedd4 #d47eed

Analogous Colors of #edd47e

#edd47e #cfed7e #ed9d7e

Monochromatic Colors of #edd47e

#edd47e

Complementary Color

#edd47e #7e97ed

#edd47e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd47e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd47e Color CSS Codes

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

#edd47e Text Font Color

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

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


#edd47e Background Color

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

This div background color is #edd47e


#edd47e Border Color

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

This div border color is #edd47e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd47e


Comments

No comments written yet.

Please login to write comment.