Color Hex Logo

#eabaae Color Hex

#EABAAE
(234,186,174)
0 Favorites   0 Comments

Color spaces of #eabaae

RGB 234186174
HSL0.030.590.80
HSV12°26°92°
CMYK 0.000.210.26   0.08
XYZ59.130655.666247.6725
Yxy55.66620.36390.3426
Hunter Lab74.609810.899714.3430
CIE-Lab79.423515.528212.6553

#eabaae color RGB value is (234,186,174).

#eabaae hex color red value is 234, green value is 186 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #eabaae hue: 0.03 , saturation: 0.59 and the lightness value of eabaae is 0.80.

The process color (four color CMYK) of #eabaae color hex is 0.00, 0.21, 0.26, 0.08. Web safe color of #eabaae is #ffcc99. Color #eabaae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111010 10101110
Octal 352 272 256
Decimal 234 186 174
Hex EA BA AE

RGB Percentages of Color #eabaae

%39.39
%31.31
%29.29

CMYK Percentages of Color #eabaae

%0
%21
%26
%8

Triadic Colors of #eabaae

#eabaae #aeeaba #baaeea

Analogous Colors of #eabaae

#eabaae #ead8ae #eaaec0

Monochromatic Colors of #eabaae

#eabaae

Complementary Color

#eabaae #aedeea

#eabaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabaae Color CSS Codes

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

#eabaae Text Font Color

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

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


#eabaae Background Color

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

This div background color is #eabaae


#eabaae Border Color

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

This div border color is #eabaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabaae


Comments

No comments written yet.

Please login to write comment.