Color Hex Logo

#ecc82a Color Hex

#ECC82A
(236,200,42)
0 Favorites   0 Comments

Color spaces of #ecc82a

RGB 23620042
HSL0.140.840.55
HSV49°82°93°
CMYK 0.000.150.82   0.07
XYZ55.664359.308610.7044
Yxy59.30860.44290.4719
Hunter Lab77.0121-5.751445.6674
CIE-Lab81.4609-1.763075.7299

#ecc82a color RGB value is (236,200,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001000 00101010
Octal 354 310 52
Decimal 236 200 42
Hex EC C8 2A

RGB Percentages of Color #ecc82a

%49.37
%41.84
%8.79

CMYK Percentages of Color #ecc82a

%0
%15
%82
%7

Triadic Colors of #ecc82a

#ecc82a #2aecc8 #c82aec

Analogous Colors of #ecc82a

#ecc82a #afec2a #ec672a

Monochromatic Colors of #ecc82a

#ecc82a

Complementary Color

#ecc82a #2a4eec

#ecc82a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc82a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc82a Color CSS Codes

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

#ecc82a Text Font Color

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

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


#ecc82a Background Color

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

This div background color is #ecc82a


#ecc82a Border Color

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

This div border color is #ecc82a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc82a


Comments

No comments written yet.

Please login to write comment.