Color Hex Logo

#eebaa8 Color Hex

#EEBAA8
(238,186,168)
0 Favorites   0 Comments

Color spaces of #eebaa8

RGB 238186168
HSL0.040.670.80
HSV15°29°93°
CMYK 0.000.220.29   0.07
XYZ59.886756.122144.7221
Yxy56.12210.37260.3492
Hunter Lab74.914711.592017.0457
CIE-Lab79.683316.220016.3032

#eebaa8 color RGB value is (238,186,168).

#eebaa8 hex color red value is 238, green value is 186 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #eebaa8 hue: 0.04 , saturation: 0.67 and the lightness value of eebaa8 is 0.80.

The process color (four color CMYK) of #eebaa8 color hex is 0.00, 0.22, 0.29, 0.07. Web safe color of #eebaa8 is #ffcc99. Color #eebaa8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111010 10101000
Octal 356 272 250
Decimal 238 186 168
Hex EE BA A8

RGB Percentages of Color #eebaa8

%40.20
%31.42
%28.38

CMYK Percentages of Color #eebaa8

%0
%22
%29
%7

Triadic Colors of #eebaa8

#eebaa8 #a8eeba #baa8ee

Analogous Colors of #eebaa8

#eebaa8 #eedda8 #eea8b9

Monochromatic Colors of #eebaa8

#eebaa8

Complementary Color

#eebaa8 #a8dcee

#eebaa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebaa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebaa8 Color CSS Codes

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

#eebaa8 Text Font Color

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

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


#eebaa8 Background Color

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

This div background color is #eebaa8


#eebaa8 Border Color

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

This div border color is #eebaa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebaa8


Comments

No comments written yet.

Please login to write comment.