Color Hex Logo

#edd47d Color Hex

#EDD47D
(237,212,125)
0 Favorites   0 Comments

Color spaces of #edd47d

RGB 237212125
HSL0.130.760.71
HSV47°47°93°
CMYK 0.000.110.47   0.07
XYZ62.170266.572228.9750
Yxy66.57220.39420.4221
Hunter Lab81.5918-6.774636.0591
CIE-Lab85.2874-2.555645.9910

#edd47d color RGB value is (237,212,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010100 01111101
Octal 355 324 175
Decimal 237 212 125
Hex ED D4 7D

RGB Percentages of Color #edd47d

%41.29
%36.93
%21.78

CMYK Percentages of Color #edd47d

%0
%11
%47
%7

Triadic Colors of #edd47d

#edd47d #7dedd4 #d47ded

Analogous Colors of #edd47d

#edd47d #ceed7d #ed9c7d

Monochromatic Colors of #edd47d

#edd47d

Complementary Color

#edd47d #7d96ed

#edd47d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd47d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd47d Color CSS Codes

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

#edd47d Text Font Color

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

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


#edd47d Background Color

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

This div background color is #edd47d


#edd47d Border Color

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

This div border color is #edd47d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd47d


Comments

No comments written yet.

Please login to write comment.