Color Hex Logo

#edd94f Color Hex

#EDD94F
(237,217,79)
0 Favorites   0 Comments

Color spaces of #edd94f

RGB 23721779
HSL0.150.810.62
HSV52°67°93°
CMYK 0.000.080.67   0.07
XYZ61.149268.194717.3371
Yxy68.19470.41690.4649
Hunter Lab82.5801-12.338845.3585
CIE-Lab86.1037-8.463167.6393

#edd94f color RGB value is (237,217,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011001 01001111
Octal 355 331 117
Decimal 237 217 79
Hex ED D9 4F

RGB Percentages of Color #edd94f

%44.47
%40.71
%14.82

CMYK Percentages of Color #edd94f

%0
%8
%67
%7

Triadic Colors of #edd94f

#edd94f #4fedd9 #d94fed

Analogous Colors of #edd94f

#edd94f #b2ed4f #ed8a4f

Monochromatic Colors of #edd94f

#edd94f

Complementary Color

#edd94f #4f63ed

#edd94f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd94f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd94f Color CSS Codes

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

#edd94f Text Font Color

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

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


#edd94f Background Color

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

This div background color is #edd94f


#edd94f Border Color

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

This div border color is #edd94f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd94f


Comments

No comments written yet.

Please login to write comment.