Color Hex Logo

#ecc82d Color Hex

#ECC82D
(236,200,45)
0 Favorites   0 Comments

Color spaces of #ecc82d

RGB 23620045
HSL0.140.830.55
HSV49°81°93°
CMYK 0.000.150.81   0.07
XYZ55.720059.330910.9979
Yxy59.33090.44210.4707
Hunter Lab77.0266-5.671945.4531
CIE-Lab81.4731-1.676274.9149

#ecc82d color RGB value is (236,200,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001000 00101101
Octal 354 310 55
Decimal 236 200 45
Hex EC C8 2D

RGB Percentages of Color #ecc82d

%49.06
%41.58
%9.36

CMYK Percentages of Color #ecc82d

%0
%15
%81
%7

Triadic Colors of #ecc82d

#ecc82d #2decc8 #c82dec

Analogous Colors of #ecc82d

#ecc82d #b1ec2d #ec692d

Monochromatic Colors of #ecc82d

#ecc82d

Complementary Color

#ecc82d #2d51ec

#ecc82d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc82d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc82d Color CSS Codes

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

#ecc82d Text Font Color

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

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


#ecc82d Background Color

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

This div background color is #ecc82d


#ecc82d Border Color

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

This div border color is #ecc82d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc82d


Comments

No comments written yet.

Please login to write comment.