Color Hex Logo

#edd46d Color Hex

#EDD46D
(237,212,109)
0 Favorites   0 Comments

Color spaces of #edd46d

RGB 237212109
HSL0.130.780.68
HSV48°54°93°
CMYK 0.000.110.54   0.07
XYZ61.228966.195624.0179
Yxy66.19560.40430.4371
Hunter Lab81.3607-8.049039.4499
CIE-Lab85.0961-3.932553.4606

#edd46d color RGB value is (237,212,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010100 01101101
Octal 355 324 155
Decimal 237 212 109
Hex ED D4 6D

RGB Percentages of Color #edd46d

%42.47
%37.99
%19.53

CMYK Percentages of Color #edd46d

%0
%11
%54
%7

Triadic Colors of #edd46d

#edd46d #6dedd4 #d46ded

Analogous Colors of #edd46d

#edd46d #c6ed6d #ed946d

Monochromatic Colors of #edd46d

#edd46d

Complementary Color

#edd46d #6d86ed

#edd46d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd46d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd46d Color CSS Codes

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

#edd46d Text Font Color

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

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


#edd46d Background Color

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

This div background color is #edd46d


#edd46d Border Color

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

This div border color is #edd46d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd46d


Comments

No comments written yet.

Please login to write comment.