Color Hex Logo

#ecea6a Color Hex

#ECEA6A
(236,234,106)
0 Favorites   0 Comments

Color spaces of #ecea6a

RGB 236234106
HSL0.160.770.67
HSV59°55°93°
CMYK 0.000.010.55   0.07
XYZ66.616477.719125.1259
Yxy77.71910.39310.4586
Hunter Lab88.1584-19.394844.8128
CIE-Lab90.6516-15.567461.2086

#ecea6a color RGB value is (236,234,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11101010 01101010
Octal 354 352 152
Decimal 236 234 106
Hex EC EA 6A

RGB Percentages of Color #ecea6a

%40.97
%40.63
%18.40

CMYK Percentages of Color #ecea6a

%0
%1
%55
%7

Triadic Colors of #ecea6a

#ecea6a #6aecea #ea6aec

Analogous Colors of #ecea6a

#ecea6a #adec6a #eca96a

Monochromatic Colors of #ecea6a

#ecea6a

Complementary Color

#ecea6a #6a6cec

#ecea6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecea6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecea6a Color CSS Codes

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

#ecea6a Text Font Color

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

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


#ecea6a Background Color

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

This div background color is #ecea6a


#ecea6a Border Color

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

This div border color is #ecea6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecea6a


Comments

No comments written yet.

Please login to write comment.