Color Hex Logo

#edc20e Color Hex

#EDC20E
(237,194,14)
0 Favorites   0 Comments

Color spaces of #edc20e

RGB 23719414
HSL0.130.890.49
HSV48°94°93°
CMYK 0.000.180.94   0.07
XYZ54.296156.61988.4825
Yxy56.61980.45470.4742
Hunter Lab75.2461-2.878745.9885
CIE-Lab79.96531.227980.0390

#edc20e color RGB value is (237,194,14).

#edc20e hex color red value is 237, green value is 194 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #edc20e hue: 0.13 , saturation: 0.89 and the lightness value of edc20e is 0.49.

The process color (four color CMYK) of #edc20e color hex is 0.00, 0.18, 0.94, 0.07. Web safe color of #edc20e is #ffcc00. Color #edc20e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000010 00001110
Octal 355 302 16
Decimal 237 194 14
Hex ED C2 E

RGB Percentages of Color #edc20e

%53.26
%43.60
%3.15

CMYK Percentages of Color #edc20e

%0
%18
%94
%7

Triadic Colors of #edc20e

#edc20e #0eedc2 #c20eed

Analogous Colors of #edc20e

#edc20e #a9ed0e #ed530e

Monochromatic Colors of #edc20e

#edc20e

Complementary Color

#edc20e #0e39ed

#edc20e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc20e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc20e Color CSS Codes

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

#edc20e Text Font Color

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

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


#edc20e Background Color

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

This div background color is #edc20e


#edc20e Border Color

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

This div border color is #edc20e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc20e


Comments

No comments written yet.

Please login to write comment.