Color Hex Logo

#ecaa76 Color Hex

#ECAA76
(236,170,118)
0 Favorites   0 Comments

Color spaces of #ecaa76

RGB 236170118
HSL0.070.760.69
HSV26°50°93°
CMYK 0.000.280.50   0.07
XYZ52.236847.890323.6301
Yxy47.89030.42210.3870
Hunter Lab69.202813.633428.1967
CIE-Lab74.755718.370336.2862

#ecaa76 color RGB value is (236,170,118).

#ecaa76 hex color red value is 236, green value is 170 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #ecaa76 hue: 0.07 , saturation: 0.76 and the lightness value of ecaa76 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101010 01110110
Octal 354 252 166
Decimal 236 170 118
Hex EC AA 76

RGB Percentages of Color #ecaa76

%45.04
%32.44
%22.52

CMYK Percentages of Color #ecaa76

%0
%28
%50
%7

Triadic Colors of #ecaa76

#ecaa76 #76ecaa #aa76ec

Analogous Colors of #ecaa76

#ecaa76 #ece576 #ec767d

Monochromatic Colors of #ecaa76

#ecaa76

Complementary Color

#ecaa76 #76b8ec

#ecaa76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecaa76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecaa76 Color CSS Codes

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

#ecaa76 Text Font Color

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

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


#ecaa76 Background Color

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

This div background color is #ecaa76


#ecaa76 Border Color

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

This div border color is #ecaa76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecaa76


Comments

No comments written yet.

Please login to write comment.