Color Hex Logo

#ecaa6f Color Hex

#ECAA6F
(236,170,111)
0 Favorites   0 Comments

Color spaces of #ecaa6f

RGB 236170111
HSL0.080.770.68
HSV28°53°93°
CMYK 0.000.280.53   0.07
XYZ51.836047.730021.5197
Yxy47.73000.42810.3942
Hunter Lab69.086913.026729.8927
CIE-Lab74.654317.757139.8016

#ecaa6f color RGB value is (236,170,111).

#ecaa6f hex color red value is 236, green value is 170 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ecaa6f hue: 0.08 , saturation: 0.77 and the lightness value of ecaa6f is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101010 01101111
Octal 354 252 157
Decimal 236 170 111
Hex EC AA 6F

RGB Percentages of Color #ecaa6f

%45.65
%32.88
%21.47

CMYK Percentages of Color #ecaa6f

%0
%28
%53
%7

Triadic Colors of #ecaa6f

#ecaa6f #6fecaa #aa6fec

Analogous Colors of #ecaa6f

#ecaa6f #ece96f #ec6f73

Monochromatic Colors of #ecaa6f

#ecaa6f

Complementary Color

#ecaa6f #6fb1ec

#ecaa6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecaa6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecaa6f Color CSS Codes

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

#ecaa6f Text Font Color

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

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


#ecaa6f Background Color

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

This div background color is #ecaa6f


#ecaa6f Border Color

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

This div border color is #ecaa6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecaa6f


Comments

No comments written yet.

Please login to write comment.