Color Hex Logo

#eab68d Color Hex

#EAB68D
(234,182,141)
0 Favorites   0 Comments

Color spaces of #eab68d

RGB 234182141
HSL0.070.690.74
HSV26°40°92°
CMYK 0.000.220.40   0.08
XYZ55.467452.871432.4811
Yxy52.87140.39390.3755
Hunter Lab72.71278.917824.4138
CIE-Lab77.799013.527328.0874

#eab68d color RGB value is (234,182,141).

#eab68d hex color red value is 234, green value is 182 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #eab68d hue: 0.07 , saturation: 0.69 and the lightness value of eab68d is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110110 10001101
Octal 352 266 215
Decimal 234 182 141
Hex EA B6 8D

RGB Percentages of Color #eab68d

%42.01
%32.68
%25.31

CMYK Percentages of Color #eab68d

%0
%22
%40
%8

Triadic Colors of #eab68d

#eab68d #8deab6 #b68dea

Analogous Colors of #eab68d

#eab68d #eae58d #ea8d93

Monochromatic Colors of #eab68d

#eab68d

Complementary Color

#eab68d #8dc1ea

#eab68d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab68d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab68d Color CSS Codes

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

#eab68d Text Font Color

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

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


#eab68d Background Color

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

This div background color is #eab68d


#eab68d Border Color

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

This div border color is #eab68d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,182,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab68d


Comments

No comments written yet.

Please login to write comment.