Color Hex Logo

#eca081 Color Hex

#ECA081
(236,160,129)
0 Favorites   0 Comments

Color spaces of #eca081

RGB 236160129
HSL0.050.740.72
HSV17°45°93°
CMYK 0.000.320.45   0.07
XYZ51.125344.559526.6751
Yxy44.55950.41780.3642
Hunter Lab66.752919.893623.0342
CIE-Lab72.600924.732527.6156

#eca081 color RGB value is (236,160,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100000 10000001
Octal 354 240 201
Decimal 236 160 129
Hex EC A0 81

RGB Percentages of Color #eca081

%44.95
%30.48
%24.57

CMYK Percentages of Color #eca081

%0
%32
%45
%7

Triadic Colors of #eca081

#eca081 #81eca0 #a081ec

Analogous Colors of #eca081

#eca081 #ecd681 #ec8198

Monochromatic Colors of #eca081

#eca081

Complementary Color

#eca081 #81cdec

#eca081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca081 Color CSS Codes

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

#eca081 Text Font Color

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

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


#eca081 Background Color

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

This div background color is #eca081


#eca081 Border Color

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

This div border color is #eca081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca081


Comments

No comments written yet.

Please login to write comment.