Color Hex Logo

#edc42c Color Hex

#EDC42C
(237,196,44)
0 Favorites   0 Comments

Color spaces of #edc42c

RGB 23719644
HSL0.130.840.55
HSV47°81°93°
CMYK 0.000.170.81   0.07
XYZ55.119657.666210.6085
Yxy57.66620.44670.4673
Hunter Lab75.9383-3.328244.8740
CIE-Lab80.55290.782274.4407

#edc42c color RGB value is (237,196,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000100 00101100
Octal 355 304 54
Decimal 237 196 44
Hex ED C4 2C

RGB Percentages of Color #edc42c

%49.69
%41.09
%9.22

CMYK Percentages of Color #edc42c

%0
%17
%81
%7

Triadic Colors of #edc42c

#edc42c #2cedc4 #c42ced

Analogous Colors of #edc42c

#edc42c #b6ed2c #ed642c

Monochromatic Colors of #edc42c

#edc42c

Complementary Color

#edc42c #2c55ed

#edc42c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc42c Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc42c Color CSS Codes

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

#edc42c Text Font Color

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

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


#edc42c Background Color

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

This div background color is #edc42c


#edc42c Border Color

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

This div border color is #edc42c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc42c


Comments

No comments written yet.

Please login to write comment.