Color Hex Logo

#edc50d Color Hex

#EDC50D
(237,197,13)
0 Favorites   0 Comments

Color spaces of #edc50d

RGB 23719713
HSL0.140.900.49
HSV49°95°93°
CMYK 0.000.170.95   0.07
XYZ54.964057.96618.6724
Yxy57.96610.45200.4767
Hunter Lab76.1355-4.373746.5413
CIE-Lab80.7199-0.330880.7074

#edc50d color RGB value is (237,197,13).

#edc50d hex color red value is 237, green value is 197 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #edc50d hue: 0.14 , saturation: 0.90 and the lightness value of edc50d is 0.49.

The process color (four color CMYK) of #edc50d color hex is 0.00, 0.17, 0.95, 0.07. Web safe color of #edc50d is #ffcc00. Color #edc50d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000101 00001101
Octal 355 305 15
Decimal 237 197 13
Hex ED C5 D

RGB Percentages of Color #edc50d

%53.02
%44.07
%2.91

CMYK Percentages of Color #edc50d

%0
%17
%95
%7

Triadic Colors of #edc50d

#edc50d #0dedc5 #c50ded

Analogous Colors of #edc50d

#edc50d #a5ed0d #ed550d

Monochromatic Colors of #edc50d

#edc50d

Complementary Color

#edc50d #0d35ed

#edc50d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc50d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc50d Color CSS Codes

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

#edc50d Text Font Color

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

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


#edc50d Background Color

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

This div background color is #edc50d


#edc50d Border Color

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

This div border color is #edc50d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc50d


Comments

No comments written yet.

Please login to write comment.