Color Hex Logo

#ecea4e Color Hex

#ECEA4E
(236,234,78)
0 Favorites   0 Comments

Color spaces of #ecea4e

RGB 23623478
HSL0.160.810.62
HSV59°67°93°
CMYK 0.000.010.67   0.07
XYZ65.390077.228618.6679
Yxy77.22860.40540.4788
Hunter Lab87.8798-20.970648.9212
CIE-Lab90.4267-17.340772.3873

#ecea4e color RGB value is (236,234,78).

#ecea4e hex color red value is 236, green value is 234 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ecea4e hue: 0.16 , saturation: 0.81 and the lightness value of ecea4e is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11101010 01001110
Octal 354 352 116
Decimal 236 234 78
Hex EC EA 4E

RGB Percentages of Color #ecea4e

%43.07
%42.70
%14.23

CMYK Percentages of Color #ecea4e

%0
%1
%67
%7

Triadic Colors of #ecea4e

#ecea4e #4eecea #ea4eec

Analogous Colors of #ecea4e

#ecea4e #9fec4e #ec9b4e

Monochromatic Colors of #ecea4e

#ecea4e

Complementary Color

#ecea4e #4e50ec

#ecea4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecea4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecea4e Color CSS Codes

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

#ecea4e Text Font Color

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

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


#ecea4e Background Color

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

This div background color is #ecea4e


#ecea4e Border Color

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

This div border color is #ecea4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecea4e


Comments

No comments written yet.

Please login to write comment.