Color Hex Logo

#eebac7 Color Hex

#EEBAC7
(238,186,199)
0 Favorites   0 Comments

Color spaces of #eebac7

RGB 238186199
HSL0.960.600.83
HSV345°22°93°
CMYK 0.000.220.16   0.07
XYZ63.127657.418561.7885
Yxy57.41850.34620.3149
Hunter Lab75.775016.10084.6962
CIE-Lab80.414420.66550.6500

#eebac7 color RGB value is (238,186,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111010 11000111
Octal 356 272 307
Decimal 238 186 199
Hex EE BA C7

RGB Percentages of Color #eebac7

%38.20
%29.86
%31.94

CMYK Percentages of Color #eebac7

%0
%22
%16
%7

Triadic Colors of #eebac7

#eebac7 #c7eeba #bac7ee

Analogous Colors of #eebac7

#eebac7 #eec7ba #eebae1

Monochromatic Colors of #eebac7

#eebac7

Complementary Color

#eebac7 #baeee1

#eebac7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebac7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebac7 Color CSS Codes

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

#eebac7 Text Font Color

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

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


#eebac7 Background Color

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

This div background color is #eebac7


#eebac7 Border Color

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

This div border color is #eebac7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebac7


Comments

No comments written yet.

Please login to write comment.