Color Hex Logo

#eaaba7 Color Hex

#EAABA7
(234,171,167)
0 Favorites   0 Comments

Color spaces of #eaaba7

RGB 234171167
HSL0.010.610.79
HSV29°92°
CMYK 0.000.270.29   0.08
XYZ55.469649.408343.1724
Yxy49.40830.37470.3337
Hunter Lab70.291017.852512.7881
CIE-Lab75.704622.560311.1809

#eaaba7 color RGB value is (234,171,167).

#eaaba7 hex color red value is 234, green value is 171 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #eaaba7 hue: 0.01 , saturation: 0.61 and the lightness value of eaaba7 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101011 10100111
Octal 352 253 247
Decimal 234 171 167
Hex EA AB A7

RGB Percentages of Color #eaaba7

%40.91
%29.90
%29.20

CMYK Percentages of Color #eaaba7

%0
%27
%29
%8

Triadic Colors of #eaaba7

#eaaba7 #a7eaab #aba7ea

Analogous Colors of #eaaba7

#eaaba7 #eacda7 #eaa7c5

Monochromatic Colors of #eaaba7

#eaaba7

Complementary Color

#eaaba7 #a7e6ea

#eaaba7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaaba7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaaba7 Color CSS Codes

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

#eaaba7 Text Font Color

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

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


#eaaba7 Background Color

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

This div background color is #eaaba7


#eaaba7 Border Color

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

This div border color is #eaaba7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaaba7


Comments

No comments written yet.

Please login to write comment.