Color Hex Logo

#edd77d Color Hex

#EDD77D
(237,215,125)
0 Favorites   0 Comments

Color spaces of #edd77d

RGB 237215125
HSL0.130.760.71
HSV48°47°93°
CMYK 0.000.090.47   0.07
XYZ62.927268.086129.2273
Yxy68.08610.39270.4249
Hunter Lab82.5143-8.272036.7590
CIE-Lab86.0495-4.085746.9326

#edd77d color RGB value is (237,215,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010111 01111101
Octal 355 327 175
Decimal 237 215 125
Hex ED D7 7D

RGB Percentages of Color #edd77d

%41.07
%37.26
%21.66

CMYK Percentages of Color #edd77d

%0
%9
%47
%7

Triadic Colors of #edd77d

#edd77d #7dedd7 #d77ded

Analogous Colors of #edd77d

#edd77d #cbed7d #ed9f7d

Monochromatic Colors of #edd77d

#edd77d

Complementary Color

#edd77d #7d93ed

#edd77d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd77d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd77d Color CSS Codes

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

#edd77d Text Font Color

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

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


#edd77d Background Color

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

This div background color is #edd77d


#edd77d Border Color

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

This div border color is #edd77d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd77d


Comments

No comments written yet.

Please login to write comment.