Color Hex Logo

#eca58a Color Hex

#ECA58A
(236,165,138)
0 Favorites   0 Comments

Color spaces of #eca58a

RGB 236165138
HSL0.050.720.73
HSV17°42°93°
CMYK 0.000.300.42   0.07
XYZ52.634746.578130.2611
Yxy46.57810.40650.3597
Hunter Lab68.248218.229521.4846
CIE-Lab73.919123.013624.5146

#eca58a color RGB value is (236,165,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100101 10001010
Octal 354 245 212
Decimal 236 165 138
Hex EC A5 8A

RGB Percentages of Color #eca58a

%43.78
%30.61
%25.60

CMYK Percentages of Color #eca58a

%0
%30
%42
%7

Triadic Colors of #eca58a

#eca58a #8aeca5 #a58aec

Analogous Colors of #eca58a

#eca58a #ecd68a #ec8aa0

Monochromatic Colors of #eca58a

#eca58a

Complementary Color

#eca58a #8ad1ec

#eca58a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca58a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca58a Color CSS Codes

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

#eca58a Text Font Color

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

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


#eca58a Background Color

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

This div background color is #eca58a


#eca58a Border Color

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

This div border color is #eca58a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca58a


Comments

No comments written yet.

Please login to write comment.