Color Hex Logo

#edc30c Color Hex

#EDC30C
(237,195,12)
0 Favorites   0 Comments

Color spaces of #edc30c

RGB 23719512
HSL0.140.900.49
HSV49°95°93°
CMYK 0.000.180.95   0.07
XYZ54.506557.06138.4890
Yxy57.06130.45400.4753
Hunter Lab75.5389-3.393246.2143
CIE-Lab80.21410.690780.4461

#edc30c color RGB value is (237,195,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000011 00001100
Octal 355 303 14
Decimal 237 195 12
Hex ED C3 C

RGB Percentages of Color #edc30c

%53.38
%43.92
%2.70

CMYK Percentages of Color #edc30c

%0
%18
%95
%7

Triadic Colors of #edc30c

#edc30c #0cedc3 #c30ced

Analogous Colors of #edc30c

#edc30c #a7ed0c #ed530c

Monochromatic Colors of #edc30c

#edc30c

Complementary Color

#edc30c #0c36ed

#edc30c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc30c Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc30c Color CSS Codes

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

#edc30c Text Font Color

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

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


#edc30c Background Color

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

This div background color is #edc30c


#edc30c Border Color

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

This div border color is #edc30c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc30c


Comments

No comments written yet.

Please login to write comment.