Color Hex Logo

#edd76d Color Hex

#EDD76D
(237,215,109)
0 Favorites   0 Comments

Color spaces of #edd76d

RGB 237215109
HSL0.140.780.68
HSV50°54°93°
CMYK 0.000.090.54   0.07
XYZ61.985867.709524.2702
Yxy67.70950.40260.4398
Hunter Lab82.2858-9.536240.1125
CIE-Lab85.8610-5.457354.3577

#edd76d color RGB value is (237,215,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010111 01101101
Octal 355 327 155
Decimal 237 215 109
Hex ED D7 6D

RGB Percentages of Color #edd76d

%42.25
%38.32
%19.43

CMYK Percentages of Color #edd76d

%0
%9
%54
%7

Triadic Colors of #edd76d

#edd76d #6dedd7 #d76ded

Analogous Colors of #edd76d

#edd76d #c3ed6d #ed976d

Monochromatic Colors of #edd76d

#edd76d

Complementary Color

#edd76d #6d83ed

#edd76d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd76d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd76d Color CSS Codes

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

#edd76d Text Font Color

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

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


#edd76d Background Color

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

This div background color is #edd76d


#edd76d Border Color

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

This div border color is #edd76d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd76d


Comments

No comments written yet.

Please login to write comment.