Color Hex Logo

#eba18b Color Hex

#EBA18B
(235,161,139)
0 Favorites   0 Comments

Color spaces of #eba18b

RGB 235161139
HSL0.040.710.73
HSV14°41°92°
CMYK 0.000.310.41   0.08
XYZ51.666045.016030.3920
Yxy45.01600.40660.3543
Hunter Lab67.094020.040320.1088
CIE-Lab72.902424.861222.5738

#eba18b color RGB value is (235,161,139).

#eba18b hex color red value is 235, green value is 161 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #eba18b hue: 0.04 , saturation: 0.71 and the lightness value of eba18b is 0.73.

The process color (four color CMYK) of #eba18b color hex is 0.00, 0.31, 0.41, 0.08. Web safe color of #eba18b is #ff9999. Color #eba18b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100001 10001011
Octal 353 241 213
Decimal 235 161 139
Hex EB A1 8B

RGB Percentages of Color #eba18b

%43.93
%30.09
%25.98

CMYK Percentages of Color #eba18b

%0
%31
%41
%8

Triadic Colors of #eba18b

#eba18b #8beba1 #a18beb

Analogous Colors of #eba18b

#eba18b #ebd18b #eb8ba5

Monochromatic Colors of #eba18b

#eba18b

Complementary Color

#eba18b #8bd5eb

#eba18b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba18b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba18b Color CSS Codes

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

#eba18b Text Font Color

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

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


#eba18b Background Color

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

This div background color is #eba18b


#eba18b Border Color

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

This div border color is #eba18b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba18b


Comments

No comments written yet.

Please login to write comment.