Color Hex Logo

#eb9ebf Color Hex

#EB9EBF
(235,158,191)
0 Favorites   0 Comments

Color spaces of #eb9ebf

RGB 235158191
HSL0.930.660.77
HSV334°33°92°
CMYK 0.000.330.19   0.08
XYZ55.891845.877555.1996
Yxy45.87750.35610.2923
Hunter Lab67.732928.7618-0.9059
CIE-Lab73.466033.2671-5.2218

#eb9ebf color RGB value is (235,158,191).

#eb9ebf hex color red value is 235, green value is 158 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #eb9ebf hue: 0.93 , saturation: 0.66 and the lightness value of eb9ebf is 0.77.

The process color (four color CMYK) of #eb9ebf color hex is 0.00, 0.33, 0.19, 0.08. Web safe color of #eb9ebf is #ff99cc. Color #eb9ebf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10011110 10111111
Octal 353 236 277
Decimal 235 158 191
Hex EB 9E BF

RGB Percentages of Color #eb9ebf

%40.24
%27.05
%32.71

CMYK Percentages of Color #eb9ebf

%0
%33
%19
%8

Triadic Colors of #eb9ebf

#eb9ebf #bfeb9e #9ebfeb

Analogous Colors of #eb9ebf

#eb9ebf #eba49e #eb9ee6

Monochromatic Colors of #eb9ebf

#eb9ebf

Complementary Color

#eb9ebf #9eebca

#eb9ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb9ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb9ebf Color CSS Codes

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

#eb9ebf Text Font Color

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

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


#eb9ebf Background Color

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

This div background color is #eb9ebf


#eb9ebf Border Color

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

This div border color is #eb9ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb9ebf


Comments

No comments written yet.

Please login to write comment.