Color Hex Logo

#ecc282 Color Hex

#ECC282
(236,194,130)
0 Favorites   0 Comments

Color spaces of #ecc282

RGB 236194130
HSL0.100.740.72
HSV36°45°93°
CMYK 0.000.180.45   0.07
XYZ57.913158.028129.2673
Yxy58.02810.39880.3996
Hunter Lab76.17622.396730.5438
CIE-Lab80.75446.841537.7443

#ecc282 color RGB value is (236,194,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000010 10000010
Octal 354 302 202
Decimal 236 194 130
Hex EC C2 82

RGB Percentages of Color #ecc282

%42.14
%34.64
%23.21

CMYK Percentages of Color #ecc282

%0
%18
%45
%7

Triadic Colors of #ecc282

#ecc282 #82ecc2 #c282ec

Analogous Colors of #ecc282

#ecc282 #e1ec82 #ec8d82

Monochromatic Colors of #ecc282

#ecc282

Complementary Color

#ecc282 #82acec

#ecc282 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc282 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc282 Color CSS Codes

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

#ecc282 Text Font Color

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

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


#ecc282 Background Color

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

This div background color is #ecc282


#ecc282 Border Color

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

This div border color is #ecc282


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc282

#ecc282 Color Palettes


Comments

No comments written yet.

Please login to write comment.