Color Hex Logo

#edd74d Color Hex

#EDD74D
(237,215,77)
0 Favorites   0 Comments

Color spaces of #edd74d

RGB 23721577
HSL0.140.820.62
HSV52°68°93°
CMYK 0.000.090.68   0.07
XYZ60.565067.141216.7886
Yxy67.14120.41920.4647
Hunter Lab81.9397-11.457945.2099
CIE-Lab85.5752-7.564067.8836

#edd74d color RGB value is (237,215,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010111 01001101
Octal 355 327 115
Decimal 237 215 77
Hex ED D7 4D

RGB Percentages of Color #edd74d

%44.80
%40.64
%14.56

CMYK Percentages of Color #edd74d

%0
%9
%68
%7

Triadic Colors of #edd74d

#edd74d #4dedd7 #d74ded

Analogous Colors of #edd74d

#edd74d #b3ed4d #ed874d

Monochromatic Colors of #edd74d

#edd74d

Complementary Color

#edd74d #4d63ed

#edd74d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd74d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd74d Color CSS Codes

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

#edd74d Text Font Color

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

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


#edd74d Background Color

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

This div background color is #edd74d


#edd74d Border Color

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

This div border color is #edd74d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd74d


Comments

No comments written yet.

Please login to write comment.