Color Hex Logo

#ecc582 Color Hex

#ECC582
(236,197,130)
0 Favorites   0 Comments

Color spaces of #ecc582

RGB 236197130
HSL0.110.740.72
HSV38°45°93°
CMYK 0.000.170.45   0.07
XYZ58.587659.377129.4921
Yxy59.37710.39730.4027
Hunter Lab77.05650.868131.2473
CIE-Lab81.49845.273838.6975

#ecc582 color RGB value is (236,197,130).

#ecc582 hex color red value is 236, green value is 197 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #ecc582 hue: 0.11 , saturation: 0.74 and the lightness value of ecc582 is 0.72.

The process color (four color CMYK) of #ecc582 color hex is 0.00, 0.17, 0.45, 0.07. Web safe color of #ecc582 is #ffcc99. Color #ecc582 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000101 10000010
Octal 354 305 202
Decimal 236 197 130
Hex EC C5 82

RGB Percentages of Color #ecc582

%41.92
%34.99
%23.09

CMYK Percentages of Color #ecc582

%0
%17
%45
%7

Triadic Colors of #ecc582

#ecc582 #82ecc5 #c582ec

Analogous Colors of #ecc582

#ecc582 #deec82 #ec9082

Monochromatic Colors of #ecc582

#ecc582

Complementary Color

#ecc582 #82a9ec

#ecc582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc582 Color CSS Codes

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

#ecc582 Text Font Color

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

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


#ecc582 Background Color

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

This div background color is #ecc582


#ecc582 Border Color

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

This div border color is #ecc582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc582


Comments

No comments written yet.

Please login to write comment.