Color Hex Logo

#edc82a Color Hex

#EDC82A
(237,200,42)
0 Favorites   0 Comments

Color spaces of #edc82a

RGB 23720042
HSL0.140.840.55
HSV49°82°93°
CMYK 0.000.160.82   0.07
XYZ55.997259.480210.7200
Yxy59.48020.44370.4713
Hunter Lab77.1234-5.362045.7452
CIE-Lab81.5548-1.335575.8470

#edc82a color RGB value is (237,200,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001000 00101010
Octal 355 310 52
Decimal 237 200 42
Hex ED C8 2A

RGB Percentages of Color #edc82a

%49.48
%41.75
%8.77

CMYK Percentages of Color #edc82a

%0
%16
%82
%7

Triadic Colors of #edc82a

#edc82a #2aedc8 #c82aed

Analogous Colors of #edc82a

#edc82a #b1ed2a #ed672a

Monochromatic Colors of #edc82a

#edc82a

Complementary Color

#edc82a #2a4fed

#edc82a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc82a Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc82a Color CSS Codes

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

#edc82a Text Font Color

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

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


#edc82a Background Color

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

This div background color is #edc82a


#edc82a Border Color

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

This div border color is #edc82a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc82a


Comments

No comments written yet.

Please login to write comment.