Color Hex Logo

#edc13e Color Hex

#EDC13E
(237,193,62)
0 Favorites   0 Comments

Color spaces of #edc13e

RGB 23719362
HSL0.120.830.59
HSV45°74°93°
CMYK 0.000.190.74   0.07
XYZ54.864556.492312.5699
Yxy56.49230.44270.4559
Hunter Lab75.1614-1.235242.6974
CIE-Lab79.89322.981367.9492

#edc13e color RGB value is (237,193,62).

#edc13e hex color red value is 237, green value is 193 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #edc13e hue: 0.12 , saturation: 0.83 and the lightness value of edc13e is 0.59.

The process color (four color CMYK) of #edc13e color hex is 0.00, 0.19, 0.74, 0.07. Web safe color of #edc13e is #ffcc33. Color #edc13e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000001 00111110
Octal 355 301 76
Decimal 237 193 62
Hex ED C1 3E

RGB Percentages of Color #edc13e

%48.17
%39.23
%12.60

CMYK Percentages of Color #edc13e

%0
%19
%74
%7

Triadic Colors of #edc13e

#edc13e #3eedc1 #c13eed

Analogous Colors of #edc13e

#edc13e #c2ed3e #ed6a3e

Monochromatic Colors of #edc13e

#edc13e

Complementary Color

#edc13e #3e6aed

#edc13e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc13e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc13e Color CSS Codes

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

#edc13e Text Font Color

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

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


#edc13e Background Color

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

This div background color is #edc13e


#edc13e Border Color

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

This div border color is #edc13e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc13e


Comments

No comments written yet.

Please login to write comment.