Color Hex Logo

#edd63c Color Hex

#EDD63C
(237,214,60)
0 Favorites   0 Comments

Color spaces of #edd63c

RGB 23721460
HSL0.150.830.58
HSV52°75°93°
CMYK 0.000.100.75   0.07
XYZ59.787266.423913.9449
Yxy66.42390.42660.4739
Hunter Lab81.5009-11.682946.9060
CIE-Lab85.2122-7.849173.6911

#edd63c color RGB value is (237,214,60).

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

The process color (four color CMYK) of #edd63c color hex is 0.00, 0.10, 0.75, 0.07. Web safe color of #edd63c is #ffcc33. Color #edd63c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010110 00111100
Octal 355 326 74
Decimal 237 214 60
Hex ED D6 3C

RGB Percentages of Color #edd63c

%46.38
%41.88
%11.74

CMYK Percentages of Color #edd63c

%0
%10
%75
%7

Triadic Colors of #edd63c

#edd63c #3cedd6 #d63ced

Analogous Colors of #edd63c

#edd63c #aced3c #ed7e3c

Monochromatic Colors of #edd63c

#edd63c

Complementary Color

#edd63c #3c53ed

#edd63c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd63c Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd63c Color CSS Codes

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

#edd63c Text Font Color

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

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


#edd63c Background Color

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

This div background color is #edd63c


#edd63c Border Color

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

This div border color is #edd63c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd63c


Comments

No comments written yet.

Please login to write comment.