Color Hex Logo

#edc620 Color Hex

#EDC620
(237,198,32)
0 Favorites   0 Comments

Color spaces of #edc620

RGB 23719832
HSL0.130.850.53
HSV49°86°93°
CMYK 0.000.160.86   0.07
XYZ55.379858.49709.7387
Yxy58.49700.44800.4732
Hunter Lab76.4833-4.598145.9889
CIE-Lab81.0143-0.551977.8236

#edc620 color RGB value is (237,198,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000110 00100000
Octal 355 306 40
Decimal 237 198 32
Hex ED C6 20

RGB Percentages of Color #edc620

%50.75
%42.40
%6.85

CMYK Percentages of Color #edc620

%0
%16
%86
%7

Triadic Colors of #edc620

#edc620 #20edc6 #c620ed

Analogous Colors of #edc620

#edc620 #aeed20 #ed5f20

Monochromatic Colors of #edc620

#edc620

Complementary Color

#edc620 #2047ed

#edc620 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc620 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc620 Color CSS Codes

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

#edc620 Text Font Color

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

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


#edc620 Background Color

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

This div background color is #edc620


#edc620 Border Color

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

This div border color is #edc620


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc620


Comments

No comments written yet.

Please login to write comment.