Color Hex Logo

#eba08e Color Hex

#EBA08E
(235,160,142)
0 Favorites   0 Comments

Color spaces of #eba08e

RGB 235160142
HSL0.030.700.74
HSV12°40°92°
CMYK 0.000.320.40   0.08
XYZ51.714244.756831.5045
Yxy44.75680.40410.3497
Hunter Lab66.900520.904818.9098
CIE-Lab72.731525.725020.7033

#eba08e color RGB value is (235,160,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100000 10001110
Octal 353 240 216
Decimal 235 160 142
Hex EB A0 8E

RGB Percentages of Color #eba08e

%43.76
%29.80
%26.44

CMYK Percentages of Color #eba08e

%0
%32
%40
%8

Triadic Colors of #eba08e

#eba08e #8eeba0 #a08eeb

Analogous Colors of #eba08e

#eba08e #ebcf8e #eb8eab

Monochromatic Colors of #eba08e

#eba08e

Complementary Color

#eba08e #8ed9eb

#eba08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba08e Color CSS Codes

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

#eba08e Text Font Color

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

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


#eba08e Background Color

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

This div background color is #eba08e


#eba08e Border Color

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

This div border color is #eba08e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba08e


Comments

No comments written yet.

Please login to write comment.