Color Hex Logo

#ebabbf Color Hex

#EBABBF
(235,171,191)
0 Favorites   0 Comments

Color spaces of #ebabbf

RGB 235171191
HSL0.950.620.80
HSV341°27°92°
CMYK 0.000.270.19   0.08
XYZ58.227850.549655.9783
Yxy50.54960.35340.3068
Hunter Lab71.098221.76543.0875
CIE-Lab76.405426.3538-0.9003

#ebabbf color RGB value is (235,171,191).

#ebabbf hex color red value is 235, green value is 171 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ebabbf hue: 0.95 , saturation: 0.62 and the lightness value of ebabbf is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101011 10111111
Octal 353 253 277
Decimal 235 171 191
Hex EB AB BF

RGB Percentages of Color #ebabbf

%39.36
%28.64
%31.99

CMYK Percentages of Color #ebabbf

%0
%27
%19
%8

Triadic Colors of #ebabbf

#ebabbf #bfebab #abbfeb

Analogous Colors of #ebabbf

#ebabbf #ebb7ab #ebabdf

Monochromatic Colors of #ebabbf

#ebabbf

Complementary Color

#ebabbf #abebd7

#ebabbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebabbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebabbf Color CSS Codes

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

#ebabbf Text Font Color

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

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


#ebabbf Background Color

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

This div background color is #ebabbf


#ebabbf Border Color

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

This div border color is #ebabbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebabbf


Comments

No comments written yet.

Please login to write comment.