Color Hex Logo

#eca488 Color Hex

#ECA488
(236,164,136)
0 Favorites   0 Comments

Color spaces of #eca488

RGB 236164136
HSL0.050.720.73
HSV17°42°93°
CMYK 0.000.310.42   0.07
XYZ52.311546.161429.4455
Yxy46.16140.40890.3609
Hunter Lab67.942218.535721.8638
CIE-Lab73.650123.330725.2341

#eca488 color RGB value is (236,164,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100100 10001000
Octal 354 244 210
Decimal 236 164 136
Hex EC A4 88

RGB Percentages of Color #eca488

%44.03
%30.60
%25.37

CMYK Percentages of Color #eca488

%0
%31
%42
%7

Triadic Colors of #eca488

#eca488 #88eca4 #a488ec

Analogous Colors of #eca488

#eca488 #ecd688 #ec889e

Monochromatic Colors of #eca488

#eca488

Complementary Color

#eca488 #88d0ec

#eca488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca488 Color CSS Codes

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

#eca488 Text Font Color

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

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


#eca488 Background Color

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

This div background color is #eca488


#eca488 Border Color

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

This div border color is #eca488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca488


Comments

No comments written yet.

Please login to write comment.