Color Hex Logo

#ecb08a Color Hex

#ECB08A
(236,176,138)
0 Favorites   0 Comments

Color spaces of #ecb08a

RGB 236176138
HSL0.060.720.73
HSV23°42°93°
CMYK 0.000.250.42   0.07
XYZ54.704950.718530.9512
Yxy50.71850.40110.3719
Hunter Lab71.216912.484224.0841
CIE-Lab76.508217.167827.9938

#ecb08a color RGB value is (236,176,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110000 10001010
Octal 354 260 212
Decimal 236 176 138
Hex EC B0 8A

RGB Percentages of Color #ecb08a

%42.91
%32.00
%25.09

CMYK Percentages of Color #ecb08a

%0
%25
%42
%7

Triadic Colors of #ecb08a

#ecb08a #8aecb0 #b08aec

Analogous Colors of #ecb08a

#ecb08a #ece18a #ec8a95

Monochromatic Colors of #ecb08a

#ecb08a

Complementary Color

#ecb08a #8ac6ec

#ecb08a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb08a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb08a Color CSS Codes

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

#ecb08a Text Font Color

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

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


#ecb08a Background Color

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

This div background color is #ecb08a


#ecb08a Border Color

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

This div border color is #ecb08a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb08a

#ecb08a Color Palettes


Comments

No comments written yet.

Please login to write comment.