Color Hex Logo

#eebac6 Color Hex

#EEBAC6
(238,186,198)
0 Favorites   0 Comments

Color spaces of #eebac6

RGB 238186198
HSL0.960.600.83
HSV346°22°93°
CMYK 0.000.220.17   0.07
XYZ63.011857.372261.1789
Yxy57.37220.34710.3160
Hunter Lab75.744415.94145.1325
CIE-Lab80.388520.51031.1516

#eebac6 color RGB value is (238,186,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111010 11000110
Octal 356 272 306
Decimal 238 186 198
Hex EE BA C6

RGB Percentages of Color #eebac6

%38.26
%29.90
%31.83

CMYK Percentages of Color #eebac6

%0
%22
%17
%7

Triadic Colors of #eebac6

#eebac6 #c6eeba #bac6ee

Analogous Colors of #eebac6

#eebac6 #eec8ba #eebae0

Monochromatic Colors of #eebac6

#eebac6

Complementary Color

#eebac6 #baeee2

#eebac6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebac6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebac6 Color CSS Codes

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

#eebac6 Text Font Color

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

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


#eebac6 Background Color

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

This div background color is #eebac6


#eebac6 Border Color

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

This div border color is #eebac6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebac6


Comments

No comments written yet.

Please login to write comment.