Color Hex Logo

#eba9ae Color Hex

#EBA9AE
(235,169,174)
0 Favorites   0 Comments

Color spaces of #eba9ae

RGB 235169174
HSL0.990.620.79
HSV355°28°92°
CMYK 0.000.280.26   0.08
XYZ56.088949.094146.5643
Yxy49.09410.36960.3235
Hunter Lab70.067220.27209.6449
CIE-Lab75.509824.94927.0937

#eba9ae color RGB value is (235,169,174).

#eba9ae hex color red value is 235, green value is 169 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #eba9ae hue: 0.99 , saturation: 0.62 and the lightness value of eba9ae is 0.79.

The process color (four color CMYK) of #eba9ae color hex is 0.00, 0.28, 0.26, 0.08. Web safe color of #eba9ae is #ff9999. Color #eba9ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101001 10101110
Octal 353 251 256
Decimal 235 169 174
Hex EB A9 AE

RGB Percentages of Color #eba9ae

%40.66
%29.24
%30.10

CMYK Percentages of Color #eba9ae

%0
%28
%26
%8

Triadic Colors of #eba9ae

#eba9ae #aeeba9 #a9aeeb

Analogous Colors of #eba9ae

#eba9ae #ebc5a9 #eba9cf

Monochromatic Colors of #eba9ae

#eba9ae

Complementary Color

#eba9ae #a9ebe6

#eba9ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba9ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba9ae Color CSS Codes

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

#eba9ae Text Font Color

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

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


#eba9ae Background Color

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

This div background color is #eba9ae


#eba9ae Border Color

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

This div border color is #eba9ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba9ae


Comments

No comments written yet.

Please login to write comment.