Color Hex Logo

#edc420 Color Hex

#EDC420
(237,196,32)
0 Favorites   0 Comments

Color spaces of #edc420

RGB 23719632
HSL0.130.850.53
HSV48°86°93°
CMYK 0.000.170.86   0.07
XYZ54.925757.58879.5873
Yxy57.58870.44980.4716
Hunter Lab75.8872-3.607845.6306
CIE-Lab80.50960.479277.4193

#edc420 color RGB value is (237,196,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000100 00100000
Octal 355 304 40
Decimal 237 196 32
Hex ED C4 20

RGB Percentages of Color #edc420

%50.97
%42.15
%6.88

CMYK Percentages of Color #edc420

%0
%17
%86
%7

Triadic Colors of #edc420

#edc420 #20edc4 #c420ed

Analogous Colors of #edc420

#edc420 #b0ed20 #ed5e20

Monochromatic Colors of #edc420

#edc420

Complementary Color

#edc420 #2049ed

#edc420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc420 Color CSS Codes

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

#edc420 Text Font Color

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

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


#edc420 Background Color

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

This div background color is #edc420


#edc420 Border Color

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

This div border color is #edc420


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc420


Comments

No comments written yet.

Please login to write comment.