Color Hex Logo

#ecec64 Color Hex

#ECEC64
(236,236,100)
0 Favorites   0 Comments

Color spaces of #ecec64

RGB 236236100
HSL0.170.780.66
HSV60°58°93°
CMYK 0.000.000.58   0.07
XYZ66.887878.743923.7303
Yxy78.74390.39490.4649
Hunter Lab88.7378-20.743346.2611
CIE-Lab91.1183-16.976864.3279

#ecec64 color RGB value is (236,236,100).

#ecec64 hex color red value is 236, green value is 236 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #ecec64 hue: 0.17 , saturation: 0.78 and the lightness value of ecec64 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11101100 01100100
Octal 354 354 144
Decimal 236 236 100
Hex EC EC 64

RGB Percentages of Color #ecec64

%41.26
%41.26
%17.48

CMYK Percentages of Color #ecec64

%0
%0
%58
%7

Triadic Colors of #ecec64

#ecec64 #64ecec #ec64ec

Analogous Colors of #ecec64

#ecec64 #a8ec64 #eca864

Monochromatic Colors of #ecec64

#ecec64

Complementary Color

#ecec64 #6464ec

#ecec64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecec64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecec64 Color CSS Codes

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

#ecec64 Text Font Color

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

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


#ecec64 Background Color

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

This div background color is #ecec64


#ecec64 Border Color

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

This div border color is #ecec64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecec64


Comments

No comments written yet.

Please login to write comment.