Color Hex Logo

#ecba8a Color Hex

#ECBA8A
(236,186,138)
0 Favorites   0 Comments

Color spaces of #ecba8a

RGB 236186138
HSL0.080.720.73
HSV29°42°93°
CMYK 0.000.210.42   0.07
XYZ56.738454.785731.6290
Yxy54.78570.39630.3827
Hunter Lab74.01747.299726.4764
CIE-Lab78.917711.872931.1951

#ecba8a color RGB value is (236,186,138).

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

The process color (four color CMYK) of #ecba8a color hex is 0.00, 0.21, 0.42, 0.07. Web safe color of #ecba8a is #ffcc99. Color #ecba8a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111010 10001010
Octal 354 272 212
Decimal 236 186 138
Hex EC BA 8A

RGB Percentages of Color #ecba8a

%42.14
%33.21
%24.64

CMYK Percentages of Color #ecba8a

%0
%21
%42
%7

Triadic Colors of #ecba8a

#ecba8a #8aecba #ba8aec

Analogous Colors of #ecba8a

#ecba8a #eceb8a #ec8a8b

Monochromatic Colors of #ecba8a

#ecba8a

Complementary Color

#ecba8a #8abcec

#ecba8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecba8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecba8a Color CSS Codes

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

#ecba8a Text Font Color

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

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


#ecba8a Background Color

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

This div background color is #ecba8a


#ecba8a Border Color

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

This div border color is #ecba8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecba8a


Comments

No comments written yet.

Please login to write comment.