Color Hex Logo

#ecec5f Color Hex

#ECEC5F
(236,236,95)
0 Favorites   0 Comments

Color spaces of #ecec5f

RGB 23623695
HSL0.170.790.65
HSV60°60°93°
CMYK 0.000.000.60   0.07
XYZ66.653178.650022.4944
Yxy78.65000.39720.4687
Hunter Lab88.6848-21.042747.0408
CIE-Lab91.0757-17.314066.3813

#ecec5f color RGB value is (236,236,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11101100 01011111
Octal 354 354 137
Decimal 236 236 95
Hex EC EC 5F

RGB Percentages of Color #ecec5f

%41.62
%41.62
%16.75

CMYK Percentages of Color #ecec5f

%0
%0
%60
%7

Triadic Colors of #ecec5f

#ecec5f #5fecec #ec5fec

Analogous Colors of #ecec5f

#ecec5f #a6ec5f #eca65f

Monochromatic Colors of #ecec5f

#ecec5f

Complementary Color

#ecec5f #5f5fec

#ecec5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecec5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecec5f Color CSS Codes

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

#ecec5f Text Font Color

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

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


#ecec5f Background Color

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

This div background color is #ecec5f


#ecec5f Border Color

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

This div border color is #ecec5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecec5f


Comments

No comments written yet.

Please login to write comment.