Color Hex Logo

#edd84f Color Hex

#EDD84F
(237,216,79)
0 Favorites   0 Comments

Color spaces of #edd84f

RGB 23721679
HSL0.140.810.62
HSV52°67°93°
CMYK 0.000.090.67   0.07
XYZ60.892267.680817.2515
Yxy67.68080.41760.4641
Hunter Lab82.2683-11.850045.1548
CIE-Lab85.8466-7.960467.3747

#edd84f color RGB value is (237,216,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011000 01001111
Octal 355 330 117
Decimal 237 216 79
Hex ED D8 4F

RGB Percentages of Color #edd84f

%44.55
%40.60
%14.85

CMYK Percentages of Color #edd84f

%0
%9
%67
%7

Triadic Colors of #edd84f

#edd84f #4fedd8 #d84fed

Analogous Colors of #edd84f

#edd84f #b3ed4f #ed894f

Monochromatic Colors of #edd84f

#edd84f

Complementary Color

#edd84f #4f64ed

#edd84f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd84f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd84f Color CSS Codes

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

#edd84f Text Font Color

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

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


#edd84f Background Color

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

This div background color is #edd84f


#edd84f Border Color

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

This div border color is #edd84f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd84f


Comments

No comments written yet.

Please login to write comment.