Color Hex Logo

#eba4ae Color Hex

#EBA4AE
(235,164,174)
0 Favorites   0 Comments

Color spaces of #eba4ae

RGB 235164174
HSL0.980.640.78
HSV352°30°92°
CMYK 0.000.300.26   0.08
XYZ55.176447.269146.2601
Yxy47.26910.37100.3179
Hunter Lab68.752522.93588.2335
CIE-Lab74.361627.61195.4428

#eba4ae color RGB value is (235,164,174).

#eba4ae hex color red value is 235, green value is 164 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #eba4ae hue: 0.98 , saturation: 0.64 and the lightness value of eba4ae is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100100 10101110
Octal 353 244 256
Decimal 235 164 174
Hex EB A4 AE

RGB Percentages of Color #eba4ae

%41.01
%28.62
%30.37

CMYK Percentages of Color #eba4ae

%0
%30
%26
%8

Triadic Colors of #eba4ae

#eba4ae #aeeba4 #a4aeeb

Analogous Colors of #eba4ae

#eba4ae #ebbea4 #eba4d2

Monochromatic Colors of #eba4ae

#eba4ae

Complementary Color

#eba4ae #a4ebe1

#eba4ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba4ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba4ae Color CSS Codes

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

#eba4ae Text Font Color

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

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


#eba4ae Background Color

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

This div background color is #eba4ae


#eba4ae Border Color

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

This div border color is #eba4ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba4ae


Comments

No comments written yet.

Please login to write comment.