Color Hex Logo

#eba08c Color Hex

#EBA08C
(235,160,140)
0 Favorites   0 Comments

Color spaces of #eba08c

RGB 235160140
HSL0.040.700.74
HSV13°40°92°
CMYK 0.000.320.40   0.08
XYZ51.565444.697230.7206
Yxy44.69720.40610.3520
Hunter Lab66.856020.677519.5552
CIE-Lab72.692125.503021.7417

#eba08c color RGB value is (235,160,140).

#eba08c hex color red value is 235, green value is 160 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #eba08c hue: 0.04 , saturation: 0.70 and the lightness value of eba08c is 0.74.

The process color (four color CMYK) of #eba08c color hex is 0.00, 0.32, 0.40, 0.08. Web safe color of #eba08c is #ff9999. Color #eba08c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100000 10001100
Octal 353 240 214
Decimal 235 160 140
Hex EB A0 8C

RGB Percentages of Color #eba08c

%43.93
%29.91
%26.17

CMYK Percentages of Color #eba08c

%0
%32
%40
%8

Triadic Colors of #eba08c

#eba08c #8ceba0 #a08ceb

Analogous Colors of #eba08c

#eba08c #ebd08c #eb8ca8

Monochromatic Colors of #eba08c

#eba08c

Complementary Color

#eba08c #8cd7eb

#eba08c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba08c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba08c Color CSS Codes

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

#eba08c Text Font Color

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

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


#eba08c Background Color

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

This div background color is #eba08c


#eba08c Border Color

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

This div border color is #eba08c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(235,160,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eba08c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eba08c;
  -webkit-box-shadow: 1px 1px 3px 2px #eba08c;
  box-shadow:         1px 1px 3px 2px #eba08c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,160,140, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba08c


Comments

No comments written yet.

Please login to write comment.