Color Hex Logo

#edc020 Color Hex

#EDC020
(237,192,32)
0 Favorites   0 Comments

Color spaces of #edc020

RGB 23719232
HSL0.130.850.53
HSV47°86°93°
CMYK 0.000.190.86   0.07
XYZ54.035455.80819.2906
Yxy55.80810.45360.4684
Hunter Lab74.7048-1.621044.9198
CIE-Lab79.50452.549076.6139

#edc020 color RGB value is (237,192,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000000 00100000
Octal 355 300 40
Decimal 237 192 32
Hex ED C0 20

RGB Percentages of Color #edc020

%51.41
%41.65
%6.94

CMYK Percentages of Color #edc020

%0
%19
%86
%7

Triadic Colors of #edc020

#edc020 #20edc0 #c020ed

Analogous Colors of #edc020

#edc020 #b4ed20 #ed5920

Monochromatic Colors of #edc020

#edc020

Complementary Color

#edc020 #204ded

#edc020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc020 Color CSS Codes

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

#edc020 Text Font Color

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

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


#edc020 Background Color

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

This div background color is #edc020


#edc020 Border Color

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

This div border color is #edc020


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc020


Comments

No comments written yet.

Please login to write comment.