Color Hex Logo

#ecaa74 Color Hex

#ECAA74
(236,170,116)
0 Favorites   0 Comments

Color spaces of #ecaa74

RGB 236170116
HSL0.080.760.69
HSV27°51°93°
CMYK 0.000.280.51   0.07
XYZ52.119247.843323.0107
Yxy47.84330.42380.3891
Hunter Lab69.168913.455528.6939
CIE-Lab74.726018.190737.2945

#ecaa74 color RGB value is (236,170,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101010 01110100
Octal 354 252 164
Decimal 236 170 116
Hex EC AA 74

RGB Percentages of Color #ecaa74

%45.21
%32.57
%22.22

CMYK Percentages of Color #ecaa74

%0
%28
%51
%7

Triadic Colors of #ecaa74

#ecaa74 #74ecaa #aa74ec

Analogous Colors of #ecaa74

#ecaa74 #ece674 #ec747a

Monochromatic Colors of #ecaa74

#ecaa74

Complementary Color

#ecaa74 #74b6ec

#ecaa74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecaa74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecaa74 Color CSS Codes

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

#ecaa74 Text Font Color

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

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


#ecaa74 Background Color

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

This div background color is #ecaa74


#ecaa74 Border Color

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

This div border color is #ecaa74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecaa74


Comments

No comments written yet.

Please login to write comment.