Color Hex Logo

#ecec56 Color Hex

#ECEC56
(236,236,86)
0 Favorites   0 Comments

Color spaces of #ecec56

RGB 23623686
HSL0.170.800.63
HSV60°64°93°
CMYK 0.000.000.64   0.07
XYZ66.267278.495720.4626
Yxy78.49570.40110.4751
Hunter Lab88.5978-21.536148.3248
CIE-Lab91.0056-17.870969.9332

#ecec56 color RGB value is (236,236,86).

#ecec56 hex color red value is 236, green value is 236 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #ecec56 hue: 0.17 , saturation: 0.80 and the lightness value of ecec56 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11101100 01010110
Octal 354 354 126
Decimal 236 236 86
Hex EC EC 56

RGB Percentages of Color #ecec56

%42.29
%42.29
%15.41

CMYK Percentages of Color #ecec56

%0
%0
%64
%7

Triadic Colors of #ecec56

#ecec56 #56ecec #ec56ec

Analogous Colors of #ecec56

#ecec56 #a1ec56 #eca156

Monochromatic Colors of #ecec56

#ecec56

Complementary Color

#ecec56 #5656ec

#ecec56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecec56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecec56 Color CSS Codes

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

#ecec56 Text Font Color

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

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


#ecec56 Background Color

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

This div background color is #ecec56


#ecec56 Border Color

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

This div border color is #ecec56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecec56


Comments

No comments written yet.

Please login to write comment.