Color Hex Logo

#ecec60 Color Hex

#ECEC60
(236,236,96)
0 Favorites   0 Comments

Color spaces of #ecec60

RGB 23623696
HSL0.170.790.65
HSV60°59°93°
CMYK 0.000.000.59   0.07
XYZ66.698878.668322.7354
Yxy78.66830.39680.4680
Hunter Lab88.6952-20.984446.8887
CIE-Lab91.0840-17.248365.9749

#ecec60 color RGB value is (236,236,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11101100 01100000
Octal 354 354 140
Decimal 236 236 96
Hex EC EC 60

RGB Percentages of Color #ecec60

%41.55
%41.55
%16.90

CMYK Percentages of Color #ecec60

%0
%0
%59
%7

Triadic Colors of #ecec60

#ecec60 #60ecec #ec60ec

Analogous Colors of #ecec60

#ecec60 #a6ec60 #eca660

Monochromatic Colors of #ecec60

#ecec60

Complementary Color

#ecec60 #6060ec

#ecec60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecec60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecec60 Color CSS Codes

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

#ecec60 Text Font Color

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

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


#ecec60 Background Color

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

This div background color is #ecec60


#ecec60 Border Color

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

This div border color is #ecec60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecec60


Comments

No comments written yet.

Please login to write comment.