Color Hex Logo

#ecab4e Color Hex

#ECAB4E
(236,171,78)
0 Favorites   0 Comments

Color spaces of #ecab4e

RGB 23617178
HSL0.100.810.62
HSV35°67°93°
CMYK 0.000.280.67   0.07
XYZ50.530147.508713.7146
Yxy47.50870.45220.4251
Hunter Lab68.926610.237036.4514
CIE-Lab74.514014.902255.8040

#ecab4e color RGB value is (236,171,78).

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

The process color (four color CMYK) of #ecab4e color hex is 0.00, 0.28, 0.67, 0.07. Web safe color of #ecab4e is #ff9966. Color #ecab4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101011 01001110
Octal 354 253 116
Decimal 236 171 78
Hex EC AB 4E

RGB Percentages of Color #ecab4e

%48.66
%35.26
%16.08

CMYK Percentages of Color #ecab4e

%0
%28
%67
%7

Triadic Colors of #ecab4e

#ecab4e #4eecab #ab4eec

Analogous Colors of #ecab4e

#ecab4e #deec4e #ec5c4e

Monochromatic Colors of #ecab4e

#ecab4e

Complementary Color

#ecab4e #4e8fec

#ecab4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecab4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecab4e Color CSS Codes

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

#ecab4e Text Font Color

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

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


#ecab4e Background Color

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

This div background color is #ecab4e


#ecab4e Border Color

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

This div border color is #ecab4e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,171,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 #ecab4e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecab4e


Comments

No comments written yet.

Please login to write comment.