Color Hex Logo

#eab68a Color Hex

#EAB68A
(234,182,138)
0 Favorites   0 Comments

Color spaces of #eab68a

RGB 234182138
HSL0.080.700.73
HSV28°41°92°
CMYK 0.000.220.41   0.08
XYZ55.247152.783331.3211
Yxy52.78330.39650.3788
Hunter Lab72.65218.596225.2959
CIE-Lab77.746913.198129.6077

#eab68a color RGB value is (234,182,138).

#eab68a hex color red value is 234, green value is 182 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #eab68a hue: 0.08 , saturation: 0.70 and the lightness value of eab68a is 0.73.

The process color (four color CMYK) of #eab68a color hex is 0.00, 0.22, 0.41, 0.08. Web safe color of #eab68a is #ffcc99. Color #eab68a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110110 10001010
Octal 352 266 212
Decimal 234 182 138
Hex EA B6 8A

RGB Percentages of Color #eab68a

%42.24
%32.85
%24.91

CMYK Percentages of Color #eab68a

%0
%22
%41
%8

Triadic Colors of #eab68a

#eab68a #8aeab6 #b68aea

Analogous Colors of #eab68a

#eab68a #eae68a #ea8a8e

Monochromatic Colors of #eab68a

#eab68a

Complementary Color

#eab68a #8abeea

#eab68a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab68a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab68a Color CSS Codes

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

#eab68a Text Font Color

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

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


#eab68a Background Color

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

This div background color is #eab68a


#eab68a Border Color

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

This div border color is #eab68a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab68a


Comments

No comments written yet.

Please login to write comment.