Color Hex Logo

#ecc482 Color Hex

#ECC482
(236,196,130)
0 Favorites   0 Comments

Color spaces of #ecc482

RGB 236196130
HSL0.100.740.72
HSV37°45°93°
CMYK 0.000.170.45   0.07
XYZ58.361358.924429.4167
Yxy58.92440.39780.4017
Hunter Lab76.76221.377331.0125
CIE-Lab81.25005.796038.3796

#ecc482 color RGB value is (236,196,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000100 10000010
Octal 354 304 202
Decimal 236 196 130
Hex EC C4 82

RGB Percentages of Color #ecc482

%41.99
%34.88
%23.13

CMYK Percentages of Color #ecc482

%0
%17
%45
%7

Triadic Colors of #ecc482

#ecc482 #82ecc4 #c482ec

Analogous Colors of #ecc482

#ecc482 #dfec82 #ec8f82

Monochromatic Colors of #ecc482

#ecc482

Complementary Color

#ecc482 #82aaec

#ecc482 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc482 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc482 Color CSS Codes

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

#ecc482 Text Font Color

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

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


#ecc482 Background Color

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

This div background color is #ecc482


#ecc482 Border Color

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

This div border color is #ecc482


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc482


Comments

No comments written yet.

Please login to write comment.