Color Hex Logo

#edc42a Color Hex

#EDC42A
(237,196,42)
0 Favorites   0 Comments

Color spaces of #edc42a

RGB 23719642
HSL0.130.840.55
HSV47°82°93°
CMYK 0.000.170.82   0.07
XYZ55.082957.651510.4152
Yxy57.65150.44730.4681
Hunter Lab75.9286-3.381045.0171
CIE-Lab80.54460.725074.9890

#edc42a color RGB value is (237,196,42).

#edc42a hex color red value is 237, green value is 196 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #edc42a hue: 0.13 , saturation: 0.84 and the lightness value of edc42a is 0.55.

The process color (four color CMYK) of #edc42a color hex is 0.00, 0.17, 0.82, 0.07. Web safe color of #edc42a is #ffcc33. Color #edc42a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000100 00101010
Octal 355 304 52
Decimal 237 196 42
Hex ED C4 2A

RGB Percentages of Color #edc42a

%49.89
%41.26
%8.84

CMYK Percentages of Color #edc42a

%0
%17
%82
%7

Triadic Colors of #edc42a

#edc42a #2aedc4 #c42aed

Analogous Colors of #edc42a

#edc42a #b5ed2a #ed632a

Monochromatic Colors of #edc42a

#edc42a

Complementary Color

#edc42a #2a53ed

#edc42a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc42a Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc42a Color CSS Codes

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

#edc42a Text Font Color

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

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


#edc42a Background Color

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

This div background color is #edc42a


#edc42a Border Color

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

This div border color is #edc42a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc42a


Comments

No comments written yet.

Please login to write comment.