Color Hex Logo

#eca38a Color Hex

#ECA38A
(236,163,138)
0 Favorites   0 Comments

Color spaces of #eca38a

RGB 236163138
HSL0.040.720.73
HSV15°42°93°
CMYK 0.000.310.42   0.07
XYZ52.276745.862230.1418
Yxy45.86220.40750.3575
Hunter Lab67.721619.277521.0161
CIE-Lab73.456024.076523.8879

#eca38a color RGB value is (236,163,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100011 10001010
Octal 354 243 212
Decimal 236 163 138
Hex EC A3 8A

RGB Percentages of Color #eca38a

%43.95
%30.35
%25.70

CMYK Percentages of Color #eca38a

%0
%31
%42
%7

Triadic Colors of #eca38a

#eca38a #8aeca3 #a38aec

Analogous Colors of #eca38a

#eca38a #ecd48a #ec8aa2

Monochromatic Colors of #eca38a

#eca38a

Complementary Color

#eca38a #8ad3ec

#eca38a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca38a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca38a Color CSS Codes

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

#eca38a Text Font Color

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

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


#eca38a Background Color

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

This div background color is #eca38a


#eca38a Border Color

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

This div border color is #eca38a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,163,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 #eca38a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca38a

#eca38a Color Palettes


Comments

No comments written yet.

Please login to write comment.