Color Hex Logo

#ecea78 Color Hex

#ECEA78
(236,234,120)
0 Favorites   0 Comments

Color spaces of #ecea78

RGB 236234120
HSL0.160.750.70
HSV59°49°93°
CMYK 0.000.010.49   0.07
XYZ67.405178.034629.2789
Yxy78.03460.38580.4466
Hunter Lab88.3372-18.386942.1847
CIE-Lab90.7957-14.442755.0398

#ecea78 color RGB value is (236,234,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11101010 01111000
Octal 354 352 170
Decimal 236 234 120
Hex EC EA 78

RGB Percentages of Color #ecea78

%40.00
%39.66
%20.34

CMYK Percentages of Color #ecea78

%0
%1
%49
%7

Triadic Colors of #ecea78

#ecea78 #78ecea #ea78ec

Analogous Colors of #ecea78

#ecea78 #b4ec78 #ecb078

Monochromatic Colors of #ecea78

#ecea78

Complementary Color

#ecea78 #787aec

#ecea78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecea78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecea78 Color CSS Codes

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

#ecea78 Text Font Color

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

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


#ecea78 Background Color

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

This div background color is #ecea78


#ecea78 Border Color

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

This div border color is #ecea78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecea78


Comments

No comments written yet.

Please login to write comment.