Color Hex Logo

#ecc280 Color Hex

#ECC280
(236,194,128)
0 Favorites   0 Comments

Color spaces of #ecc280

RGB 236194128
HSL0.100.740.71
HSV37°46°93°
CMYK 0.000.180.46   0.07
XYZ57.780157.975028.5670
Yxy57.97500.40040.4017
Hunter Lab76.14132.208031.0543
CIE-Lab80.72496.644038.7312

#ecc280 color RGB value is (236,194,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000010 10000000
Octal 354 302 200
Decimal 236 194 128
Hex EC C2 80

RGB Percentages of Color #ecc280

%42.29
%34.77
%22.94

CMYK Percentages of Color #ecc280

%0
%18
%46
%7

Triadic Colors of #ecc280

#ecc280 #80ecc2 #c280ec

Analogous Colors of #ecc280

#ecc280 #e0ec80 #ec8c80

Monochromatic Colors of #ecc280

#ecc280

Complementary Color

#ecc280 #80aaec

#ecc280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc280 Color CSS Codes

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

#ecc280 Text Font Color

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

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


#ecc280 Background Color

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

This div background color is #ecc280


#ecc280 Border Color

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

This div border color is #ecc280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc280


Comments

No comments written yet.

Please login to write comment.