Color Hex Logo

#edd74f Color Hex

#EDD74F
(237,215,79)
0 Favorites   0 Comments

Color spaces of #edd74f

RGB 23721579
HSL0.140.810.62
HSV52°67°93°
CMYK 0.000.090.67   0.07
XYZ60.636867.169917.1663
Yxy67.16990.41830.4633
Hunter Lab81.9572-11.360444.9515
CIE-Lab85.5897-7.456467.1102

#edd74f color RGB value is (237,215,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010111 01001111
Octal 355 327 117
Decimal 237 215 79
Hex ED D7 4F

RGB Percentages of Color #edd74f

%44.63
%40.49
%14.88

CMYK Percentages of Color #edd74f

%0
%9
%67
%7

Triadic Colors of #edd74f

#edd74f #4fedd7 #d74fed

Analogous Colors of #edd74f

#edd74f #b4ed4f #ed884f

Monochromatic Colors of #edd74f

#edd74f

Complementary Color

#edd74f #4f65ed

#edd74f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd74f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd74f Color CSS Codes

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

#edd74f Text Font Color

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

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


#edd74f Background Color

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

This div background color is #edd74f


#edd74f Border Color

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

This div border color is #edd74f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd74f


Comments

No comments written yet.

Please login to write comment.