Color Hex Logo

#ecea8c Color Hex

#ECEA8C
(236,234,140)
0 Favorites   0 Comments

Color spaces of #ecea8c

RGB 236234140
HSL0.160.720.74
HSV59°41°93°
CMYK 0.000.010.41   0.07
XYZ68.748578.572036.3534
Yxy78.57200.37430.4278
Hunter Lab88.6408-16.679637.7326
CIE-Lab91.0403-12.554345.8048

#ecea8c color RGB value is (236,234,140).

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

The process color (four color CMYK) of #ecea8c color hex is 0.00, 0.01, 0.41, 0.07. Web safe color of #ecea8c is #ffff99. Color #ecea8c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11101010 10001100
Octal 354 352 214
Decimal 236 234 140
Hex EC EA 8C

RGB Percentages of Color #ecea8c

%38.69
%38.36
%22.95

CMYK Percentages of Color #ecea8c

%0
%1
%41
%7

Triadic Colors of #ecea8c

#ecea8c #8cecea #ea8cec

Analogous Colors of #ecea8c

#ecea8c #beec8c #ecba8c

Monochromatic Colors of #ecea8c

#ecea8c

Complementary Color

#ecea8c #8c8eec

#ecea8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecea8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecea8c Color CSS Codes

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

#ecea8c Text Font Color

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

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


#ecea8c Background Color

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

This div background color is #ecea8c


#ecea8c Border Color

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

This div border color is #ecea8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecea8c


Comments

No comments written yet.

Please login to write comment.