Color Hex Logo

#edd54f Color Hex

#EDD54F
(237,213,79)
0 Favorites   0 Comments

Color spaces of #edd54f

RGB 23721379
HSL0.140.810.62
HSV51°67°93°
CMYK 0.000.100.67   0.07
XYZ60.130666.157516.9976
Yxy66.15750.41970.4617
Hunter Lab81.3373-10.379644.5458
CIE-Lab85.0767-6.446466.5809

#edd54f color RGB value is (237,213,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010101 01001111
Octal 355 325 117
Decimal 237 213 79
Hex ED D5 4F

RGB Percentages of Color #edd54f

%44.80
%40.26
%14.93

CMYK Percentages of Color #edd54f

%0
%10
%67
%7

Triadic Colors of #edd54f

#edd54f #4fedd5 #d54fed

Analogous Colors of #edd54f

#edd54f #b6ed4f #ed864f

Monochromatic Colors of #edd54f

#edd54f

Complementary Color

#edd54f #4f67ed

#edd54f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd54f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd54f Color CSS Codes

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

#edd54f Text Font Color

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

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


#edd54f Background Color

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

This div background color is #edd54f


#edd54f Border Color

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

This div border color is #edd54f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd54f


Comments

No comments written yet.

Please login to write comment.