Color Hex Logo

#ecc180 Color Hex

#ECC180
(236,193,128)
0 Favorites   0 Comments

Color spaces of #ecc180

RGB 236193128
HSL0.100.740.71
HSV36°46°93°
CMYK 0.000.180.46   0.07
XYZ57.558357.531328.4931
Yxy57.53130.40090.4007
Hunter Lab75.84942.718330.8221
CIE-Lab80.47757.167738.4152

#ecc180 color RGB value is (236,193,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000001 10000000
Octal 354 301 200
Decimal 236 193 128
Hex EC C1 80

RGB Percentages of Color #ecc180

%42.37
%34.65
%22.98

CMYK Percentages of Color #ecc180

%0
%18
%46
%7

Triadic Colors of #ecc180

#ecc180 #80ecc1 #c180ec

Analogous Colors of #ecc180

#ecc180 #e1ec80 #ec8b80

Monochromatic Colors of #ecc180

#ecc180

Complementary Color

#ecc180 #80abec

#ecc180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc180 Color CSS Codes

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

#ecc180 Text Font Color

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

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


#ecc180 Background Color

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

This div background color is #ecc180


#ecc180 Border Color

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

This div border color is #ecc180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc180


Comments

No comments written yet.

Please login to write comment.