Color Hex Logo

#edd83e Color Hex

#EDD83E
(237,216,62)
0 Favorites   0 Comments

Color spaces of #edd83e

RGB 23721662
HSL0.150.830.59
HSV53°74°93°
CMYK 0.000.090.74   0.07
XYZ60.350467.464114.3985
Yxy67.46410.42440.4744
Hunter Lab82.1365-12.584847.1021
CIE-Lab85.7378-8.773573.5159

#edd83e color RGB value is (237,216,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011000 00111110
Octal 355 330 76
Decimal 237 216 62
Hex ED D8 3E

RGB Percentages of Color #edd83e

%46.02
%41.94
%12.04

CMYK Percentages of Color #edd83e

%0
%9
%74
%7

Triadic Colors of #edd83e

#edd83e #3eedd8 #d83eed

Analogous Colors of #edd83e

#edd83e #abed3e #ed813e

Monochromatic Colors of #edd83e

#edd83e

Complementary Color

#edd83e #3e53ed

#edd83e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd83e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd83e Color CSS Codes

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

#edd83e Text Font Color

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

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


#edd83e Background Color

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

This div background color is #edd83e


#edd83e Border Color

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

This div border color is #edd83e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd83e


Comments

No comments written yet.

Please login to write comment.