Color Hex Logo

#eebabd Color Hex

#EEBABD
(238,186,189)
0 Favorites   0 Comments

Color spaces of #eebabd

RGB 238186189
HSL0.990.600.83
HSV357°22°93°
CMYK 0.000.220.21   0.07
XYZ62.004156.969155.8723
Yxy56.96910.35460.3258
Hunter Lab75.477914.54928.9452
CIE-Lab80.162219.14905.6782

#eebabd color RGB value is (238,186,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111010 10111101
Octal 356 272 275
Decimal 238 186 189
Hex EE BA BD

RGB Percentages of Color #eebabd

%38.83
%30.34
%30.83

CMYK Percentages of Color #eebabd

%0
%22
%21
%7

Triadic Colors of #eebabd

#eebabd #bdeeba #babdee

Analogous Colors of #eebabd

#eebabd #eed1ba #eebad7

Monochromatic Colors of #eebabd

#eebabd

Complementary Color

#eebabd #baeeeb

#eebabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebabd Color CSS Codes

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

#eebabd Text Font Color

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

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


#eebabd Background Color

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

This div background color is #eebabd


#eebabd Border Color

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

This div border color is #eebabd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,186,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebabd


Comments

No comments written yet.

Please login to write comment.