Color Hex Logo

#eb86ab Color Hex

#EB86AB
(235,134,171)
0 Favorites   0 Comments

Color spaces of #eb86ab

RGB 235134171
HSL0.940.720.72
HSV338°43°92°
CMYK 0.000.430.27   0.08
XYZ50.136737.652643.1533
Yxy37.65260.38290.2876
Hunter Lab61.361738.46371.2569
CIE-Lab67.763842.9440-2.4885

#eb86ab color RGB value is (235,134,171).

#eb86ab hex color red value is 235, green value is 134 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #eb86ab hue: 0.94 , saturation: 0.72 and the lightness value of eb86ab is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000110 10101011
Octal 353 206 253
Decimal 235 134 171
Hex EB 86 AB

RGB Percentages of Color #eb86ab

%43.52
%24.81
%31.67

CMYK Percentages of Color #eb86ab

%0
%43
%27
%8

Triadic Colors of #eb86ab

#eb86ab #abeb86 #86abeb

Analogous Colors of #eb86ab

#eb86ab #eb9486 #eb86de

Monochromatic Colors of #eb86ab

#eb86ab

Complementary Color

#eb86ab #86ebc6

#eb86ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb86ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb86ab Color CSS Codes

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

#eb86ab Text Font Color

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

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


#eb86ab Background Color

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

This div background color is #eb86ab


#eb86ab Border Color

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

This div border color is #eb86ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb86ab


Comments

No comments written yet.

Please login to write comment.