Color Hex Logo

#edd83f Color Hex

#EDD83F
(237,216,63)
0 Favorites   0 Comments

Color spaces of #edd83f

RGB 23721663
HSL0.150.830.59
HSV53°73°93°
CMYK 0.000.090.73   0.07
XYZ60.378167.475114.5444
Yxy67.47510.42400.4738
Hunter Lab82.1432-12.547047.0023
CIE-Lab85.7433-8.731673.1824

#edd83f color RGB value is (237,216,63).

#edd83f hex color red value is 237, green value is 216 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #edd83f hue: 0.15 , saturation: 0.83 and the lightness value of edd83f is 0.59.

The process color (four color CMYK) of #edd83f color hex is 0.00, 0.09, 0.73, 0.07. Web safe color of #edd83f is #ffcc33. Color #edd83f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011000 00111111
Octal 355 330 77
Decimal 237 216 63
Hex ED D8 3F

RGB Percentages of Color #edd83f

%45.93
%41.86
%12.21

CMYK Percentages of Color #edd83f

%0
%9
%73
%7

Triadic Colors of #edd83f

#edd83f #3fedd8 #d83fed

Analogous Colors of #edd83f

#edd83f #abed3f #ed813f

Monochromatic Colors of #edd83f

#edd83f

Complementary Color

#edd83f #3f54ed

#edd83f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd83f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd83f Color CSS Codes

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

#edd83f Text Font Color

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

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


#edd83f Background Color

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

This div background color is #edd83f


#edd83f Border Color

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

This div border color is #edd83f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd83f


Comments

No comments written yet.

Please login to write comment.