Color Hex Logo

#eca380 Color Hex

#ECA380
(236,163,128)
0 Favorites   0 Comments

Color spaces of #eca380

RGB 236163128
HSL0.050.740.71
HSV19°46°93°
CMYK 0.000.310.46   0.07
XYZ51.585545.585826.5022
Yxy45.58580.41710.3686
Hunter Lab67.517318.224923.9893
CIE-Lab73.276023.039229.0505

#eca380 color RGB value is (236,163,128).

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

The process color (four color CMYK) of #eca380 color hex is 0.00, 0.31, 0.46, 0.07. Web safe color of #eca380 is #ff9999. Color #eca380 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100011 10000000
Octal 354 243 200
Decimal 236 163 128
Hex EC A3 80

RGB Percentages of Color #eca380

%44.78
%30.93
%24.29

CMYK Percentages of Color #eca380

%0
%31
%46
%7

Triadic Colors of #eca380

#eca380 #80eca3 #a380ec

Analogous Colors of #eca380

#eca380 #ecd980 #ec8093

Monochromatic Colors of #eca380

#eca380

Complementary Color

#eca380 #80c9ec

#eca380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca380 Color CSS Codes

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

#eca380 Text Font Color

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

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


#eca380 Background Color

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

This div background color is #eca380


#eca380 Border Color

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

This div border color is #eca380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca380


Comments

No comments written yet.

Please login to write comment.