Color Hex Logo

#eba38a Color Hex

#EBA38A
(235,163,138)
0 Favorites   0 Comments

Color spaces of #eba38a

RGB 235163138
HSL0.040.710.73
HSV15°41°92°
CMYK 0.000.310.41   0.08
XYZ51.945645.691530.1263
Yxy45.69150.40660.3576
Hunter Lab67.595518.881120.8922
CIE-Lab73.344923.688823.7187

#eba38a color RGB value is (235,163,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100011 10001010
Octal 353 243 212
Decimal 235 163 138
Hex EB A3 8A

RGB Percentages of Color #eba38a

%43.84
%30.41
%25.75

CMYK Percentages of Color #eba38a

%0
%31
%41
%8

Triadic Colors of #eba38a

#eba38a #8aeba3 #a38aeb

Analogous Colors of #eba38a

#eba38a #ebd48a #eb8aa2

Monochromatic Colors of #eba38a

#eba38a

Complementary Color

#eba38a #8ad2eb

#eba38a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba38a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba38a Color CSS Codes

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

#eba38a Text Font Color

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

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


#eba38a Background Color

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

This div background color is #eba38a


#eba38a Border Color

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

This div border color is #eba38a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba38a


Comments

No comments written yet.

Please login to write comment.