Color Hex Logo

#edc10e Color Hex

#EDC10E
(237,193,14)
0 Favorites   0 Comments

Color spaces of #edc10e

RGB 23719314
HSL0.130.890.49
HSV48°94°93°
CMYK 0.000.190.94   0.07
XYZ54.074356.17628.4085
Yxy56.17620.45570.4734
Hunter Lab74.9508-2.382545.8140
CIE-Lab79.71401.745379.8549

#edc10e color RGB value is (237,193,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000001 00001110
Octal 355 301 16
Decimal 237 193 14
Hex ED C1 E

RGB Percentages of Color #edc10e

%53.38
%43.47
%3.15

CMYK Percentages of Color #edc10e

%0
%19
%94
%7

Triadic Colors of #edc10e

#edc10e #0eedc1 #c10eed

Analogous Colors of #edc10e

#edc10e #aaed0e #ed520e

Monochromatic Colors of #edc10e

#edc10e

Complementary Color

#edc10e #0e3aed

#edc10e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc10e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc10e Color CSS Codes

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

#edc10e Text Font Color

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

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


#edc10e Background Color

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

This div background color is #edc10e


#edc10e Border Color

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

This div border color is #edc10e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,193,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 #edc10e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc10e


Comments

No comments written yet.

Please login to write comment.