Color Hex Logo

#edc024 Color Hex

#EDC024
(237,192,36)
0 Favorites   0 Comments

Color spaces of #edc024

RGB 23719236
HSL0.130.850.54
HSV47°85°93°
CMYK 0.000.190.85   0.07
XYZ54.093155.83129.5945
Yxy55.83120.45260.4671
Hunter Lab74.7203-1.537044.6910
CIE-Lab79.51772.639675.6868

#edc024 color RGB value is (237,192,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000000 00100100
Octal 355 300 44
Decimal 237 192 36
Hex ED C0 24

RGB Percentages of Color #edc024

%50.97
%41.29
%7.74

CMYK Percentages of Color #edc024

%0
%19
%85
%7

Triadic Colors of #edc024

#edc024 #24edc0 #c024ed

Analogous Colors of #edc024

#edc024 #b6ed24 #ed5c24

Monochromatic Colors of #edc024

#edc024

Complementary Color

#edc024 #2451ed

#edc024 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc024 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc024 Color CSS Codes

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

#edc024 Text Font Color

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

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


#edc024 Background Color

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

This div background color is #edc024


#edc024 Border Color

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

This div border color is #edc024


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc024


Comments

No comments written yet.

Please login to write comment.