Color Hex Logo

#ecc860 Color Hex

#ECC860
(236,200,96)
0 Favorites   0 Comments

Color spaces of #ecc860

RGB 23620096
HSL0.120.790.65
HSV45°59°93°
CMYK 0.000.150.59   0.07
XYZ57.357759.985919.6217
Yxy59.98590.41880.4380
Hunter Lab77.4506-3.346439.1946
CIE-Lab81.83050.843755.7053

#ecc860 color RGB value is (236,200,96).

#ecc860 hex color red value is 236, green value is 200 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #ecc860 hue: 0.12 , saturation: 0.79 and the lightness value of ecc860 is 0.65.

The process color (four color CMYK) of #ecc860 color hex is 0.00, 0.15, 0.59, 0.07. Web safe color of #ecc860 is #ffcc66. Color #ecc860 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001000 01100000
Octal 354 310 140
Decimal 236 200 96
Hex EC C8 60

RGB Percentages of Color #ecc860

%44.36
%37.59
%18.05

CMYK Percentages of Color #ecc860

%0
%15
%59
%7

Triadic Colors of #ecc860

#ecc860 #60ecc8 #c860ec

Analogous Colors of #ecc860

#ecc860 #caec60 #ec8260

Monochromatic Colors of #ecc860

#ecc860

Complementary Color

#ecc860 #6084ec

#ecc860 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc860 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc860 Color CSS Codes

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

#ecc860 Text Font Color

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

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


#ecc860 Background Color

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

This div background color is #ecc860


#ecc860 Border Color

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

This div border color is #ecc860


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc860


Comments

No comments written yet.

Please login to write comment.