Color Hex Logo

#eb8cac Color Hex

#EB8CAC
(235,140,172)
0 Favorites   0 Comments

Color spaces of #eb8cac

RGB 235140172
HSL0.940.700.74
HSV340°40°92°
CMYK 0.000.400.27   0.08
XYZ51.085439.396943.9416
Yxy39.39690.38000.2931
Hunter Lab62.766935.43722.4294
CIE-Lab69.037839.9848-1.1811

#eb8cac color RGB value is (235,140,172).

#eb8cac hex color red value is 235, green value is 140 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #eb8cac hue: 0.94 , saturation: 0.70 and the lightness value of eb8cac is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10001100 10101100
Octal 353 214 254
Decimal 235 140 172
Hex EB 8C AC

RGB Percentages of Color #eb8cac

%42.96
%25.59
%31.44

CMYK Percentages of Color #eb8cac

%0
%40
%27
%8

Triadic Colors of #eb8cac

#eb8cac #aceb8c #8caceb

Analogous Colors of #eb8cac

#eb8cac #eb9c8c #eb8cdc

Monochromatic Colors of #eb8cac

#eb8cac

Complementary Color

#eb8cac #8cebcb

#eb8cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb8cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb8cac Color CSS Codes

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

#eb8cac Text Font Color

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

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


#eb8cac Background Color

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

This div background color is #eb8cac


#eb8cac Border Color

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

This div border color is #eb8cac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,140,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb8cac


Comments

No comments written yet.

Please login to write comment.