Color Hex Logo

#eebabf Color Hex

#EEBABF
(238,186,191)
0 Favorites   0 Comments

Color spaces of #eebabf

RGB 238186191
HSL0.980.600.83
HSV354°22°93°
CMYK 0.000.220.20   0.07
XYZ62.222857.056557.0237
Yxy57.05650.35290.3236
Hunter Lab75.535814.85238.1156
CIE-Lab80.211419.44644.6705

#eebabf color RGB value is (238,186,191).

#eebabf hex color red value is 238, green value is 186 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #eebabf hue: 0.98 , saturation: 0.60 and the lightness value of eebabf is 0.83.

The process color (four color CMYK) of #eebabf color hex is 0.00, 0.22, 0.20, 0.07. Web safe color of #eebabf is #ffcccc. Color #eebabf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111010 10111111
Octal 356 272 277
Decimal 238 186 191
Hex EE BA BF

RGB Percentages of Color #eebabf

%38.70
%30.24
%31.06

CMYK Percentages of Color #eebabf

%0
%22
%20
%7

Triadic Colors of #eebabf

#eebabf #bfeeba #babfee

Analogous Colors of #eebabf

#eebabf #eecfba #eebad9

Monochromatic Colors of #eebabf

#eebabf

Complementary Color

#eebabf #baeee9

#eebabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebabf Color CSS Codes

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

#eebabf Text Font Color

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

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


#eebabf Background Color

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

This div background color is #eebabf


#eebabf Border Color

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

This div border color is #eebabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebabf


Comments

No comments written yet.

Please login to write comment.