Color Hex Logo

#ecaa7d Color Hex

#ECAA7D
(236,170,125)
0 Favorites   0 Comments

Color spaces of #ecaa7d

RGB 236170125
HSL0.070.740.71
HSV24°47°93°
CMYK 0.000.280.47   0.07
XYZ52.668548.063025.9032
Yxy48.06300.41590.3795
Hunter Lab69.327514.284426.3764
CIE-Lab74.864619.025832.7376

#ecaa7d color RGB value is (236,170,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101010 01111101
Octal 354 252 175
Decimal 236 170 125
Hex EC AA 7D

RGB Percentages of Color #ecaa7d

%44.44
%32.02
%23.54

CMYK Percentages of Color #ecaa7d

%0
%28
%47
%7

Triadic Colors of #ecaa7d

#ecaa7d #7decaa #aa7dec

Analogous Colors of #ecaa7d

#ecaa7d #ece27d #ec7d88

Monochromatic Colors of #ecaa7d

#ecaa7d

Complementary Color

#ecaa7d #7dbfec

#ecaa7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecaa7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecaa7d Color CSS Codes

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

#ecaa7d Text Font Color

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

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


#ecaa7d Background Color

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

This div background color is #ecaa7d


#ecaa7d Border Color

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

This div border color is #ecaa7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecaa7d


Comments

No comments written yet.

Please login to write comment.