Color Hex Logo

#eb9286 Color Hex

#EB9286
(235,146,134)
0 Favorites   0 Comments

Color spaces of #eb9286

RGB 235146134
HSL0.020.720.72
HSV43°92°
CMYK 0.000.380.43   0.08
XYZ48.842939.941227.6894
Yxy39.94120.41930.3429
Hunter Lab63.199127.354018.2626
CIE-Lab69.427632.266820.5780

#eb9286 color RGB value is (235,146,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010010 10000110
Octal 353 222 206
Decimal 235 146 134
Hex EB 92 86

RGB Percentages of Color #eb9286

%45.63
%28.35
%26.02

CMYK Percentages of Color #eb9286

%0
%38
%43
%8

Triadic Colors of #eb9286

#eb9286 #86eb92 #9286eb

Analogous Colors of #eb9286

#eb9286 #ebc586 #eb86ad

Monochromatic Colors of #eb9286

#eb9286

Complementary Color

#eb9286 #86dfeb

#eb9286 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb9286 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb9286 Color CSS Codes

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

#eb9286 Text Font Color

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

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


#eb9286 Background Color

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

This div background color is #eb9286


#eb9286 Border Color

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

This div border color is #eb9286


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb9286


Comments

No comments written yet.

Please login to write comment.