Color Hex Logo

#eab18d Color Hex

#EAB18D
(234,177,141)
1 Favorites   0 Comments

Color spaces of #eab18d

RGB 234177141
HSL0.060.690.74
HSV23°40°92°
CMYK 0.000.240.40   0.08
XYZ54.461550.859832.1458
Yxy50.85980.39620.3700
Hunter Lab71.316111.510923.1962
CIE-Lab76.594016.180126.4713

#eab18d color RGB value is (234,177,141).

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

The process color (four color CMYK) of #eab18d color hex is 0.00, 0.24, 0.40, 0.08. Web safe color of #eab18d is #ff9999. Color #eab18d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110001 10001101
Octal 352 261 215
Decimal 234 177 141
Hex EA B1 8D

RGB Percentages of Color #eab18d

%42.39
%32.07
%25.54

CMYK Percentages of Color #eab18d

%0
%24
%40
%8

Triadic Colors of #eab18d

#eab18d #8deab1 #b18dea

Analogous Colors of #eab18d

#eab18d #eae08d #ea8d98

Monochromatic Colors of #eab18d

#eab18d

Complementary Color

#eab18d #8dc6ea

#eab18d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab18d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab18d Color CSS Codes

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

#eab18d Text Font Color

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

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


#eab18d Background Color

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

This div background color is #eab18d


#eab18d Border Color

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

This div border color is #eab18d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab18d


Comments

No comments written yet.

Please login to write comment.