Color Hex Logo

#eab184 Color Hex

#EAB184
(234,177,132)
0 Favorites   0 Comments

Color spaces of #eab184

RGB 234177132
HSL0.070.710.72
HSV26°44°92°
CMYK 0.000.240.44   0.08
XYZ53.818750.602628.7605
Yxy50.60260.40410.3800
Hunter Lab71.135510.559925.8236
CIE-Lab76.437715.213631.0510

#eab184 color RGB value is (234,177,132).

#eab184 hex color red value is 234, green value is 177 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #eab184 hue: 0.07 , saturation: 0.71 and the lightness value of eab184 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110001 10000100
Octal 352 261 204
Decimal 234 177 132
Hex EA B1 84

RGB Percentages of Color #eab184

%43.09
%32.60
%24.31

CMYK Percentages of Color #eab184

%0
%24
%44
%8

Triadic Colors of #eab184

#eab184 #84eab1 #b184ea

Analogous Colors of #eab184

#eab184 #eae484 #ea848a

Monochromatic Colors of #eab184

#eab184

Complementary Color

#eab184 #84bdea

#eab184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab184 Color CSS Codes

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

#eab184 Text Font Color

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

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


#eab184 Background Color

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

This div background color is #eab184


#eab184 Border Color

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

This div border color is #eab184


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab184


Comments

No comments written yet.

Please login to write comment.