Color Hex Logo

#eba68b Color Hex

#EBA68B
(235,166,139)
0 Favorites   0 Comments

Color spaces of #eba68b

RGB 235166139
HSL0.050.710.73
HSV17°41°92°
CMYK 0.000.290.41   0.08
XYZ52.557446.798730.6891
Yxy46.79870.40410.3599
Hunter Lab68.409617.420421.2887
CIE-Lab74.060822.201624.1465

#eba68b color RGB value is (235,166,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100110 10001011
Octal 353 246 213
Decimal 235 166 139
Hex EB A6 8B

RGB Percentages of Color #eba68b

%43.52
%30.74
%25.74

CMYK Percentages of Color #eba68b

%0
%29
%41
%8

Triadic Colors of #eba68b

#eba68b #8beba6 #a68beb

Analogous Colors of #eba68b

#eba68b #ebd68b #eb8ba0

Monochromatic Colors of #eba68b

#eba68b

Complementary Color

#eba68b #8bd0eb

#eba68b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba68b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba68b Color CSS Codes

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

#eba68b Text Font Color

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

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


#eba68b Background Color

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

This div background color is #eba68b


#eba68b Border Color

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

This div border color is #eba68b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba68b


Comments

No comments written yet.

Please login to write comment.