Color Hex Logo

#ecaa82 Color Hex

#ECAA82
(236,170,130)
0 Favorites   0 Comments

Color spaces of #ecaa82

RGB 236170130
HSL0.060.740.72
HSV23°45°93°
CMYK 0.000.280.45   0.07
XYZ52.996148.194027.6283
Yxy48.19400.41140.3741
Hunter Lab69.421914.777124.9993
CIE-Lab74.947119.520030.1876

#ecaa82 color RGB value is (236,170,130).

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

The process color (four color CMYK) of #ecaa82 color hex is 0.00, 0.28, 0.45, 0.07. Web safe color of #ecaa82 is #ff9999. Color #ecaa82 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101010 10000010
Octal 354 252 202
Decimal 236 170 130
Hex EC AA 82

RGB Percentages of Color #ecaa82

%44.03
%31.72
%24.25

CMYK Percentages of Color #ecaa82

%0
%28
%45
%7

Triadic Colors of #ecaa82

#ecaa82 #82ecaa #aa82ec

Analogous Colors of #ecaa82

#ecaa82 #ecdf82 #ec828f

Monochromatic Colors of #ecaa82

#ecaa82

Complementary Color

#ecaa82 #82c4ec

#ecaa82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecaa82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecaa82 Color CSS Codes

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

#ecaa82 Text Font Color

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

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


#ecaa82 Background Color

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

This div background color is #ecaa82


#ecaa82 Border Color

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

This div border color is #ecaa82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecaa82


Comments

No comments written yet.

Please login to write comment.