Color Hex Logo

#eebaa6 Color Hex

#EEBAA6
(238,186,166)
0 Favorites   0 Comments

Color spaces of #eebaa6

RGB 238186166
HSL0.050.680.79
HSV17°30°93°
CMYK 0.000.220.30   0.07
XYZ59.701756.048143.7481
Yxy56.04810.37430.3514
Hunter Lab74.865311.331517.7591
CIE-Lab79.641215.959517.3179

#eebaa6 color RGB value is (238,186,166).

#eebaa6 hex color red value is 238, green value is 186 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #eebaa6 hue: 0.05 , saturation: 0.68 and the lightness value of eebaa6 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111010 10100110
Octal 356 272 246
Decimal 238 186 166
Hex EE BA A6

RGB Percentages of Color #eebaa6

%40.34
%31.53
%28.14

CMYK Percentages of Color #eebaa6

%0
%22
%30
%7

Triadic Colors of #eebaa6

#eebaa6 #a6eeba #baa6ee

Analogous Colors of #eebaa6

#eebaa6 #eedea6 #eea6b6

Monochromatic Colors of #eebaa6

#eebaa6

Complementary Color

#eebaa6 #a6daee

#eebaa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebaa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebaa6 Color CSS Codes

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

#eebaa6 Text Font Color

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

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


#eebaa6 Background Color

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

This div background color is #eebaa6


#eebaa6 Border Color

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

This div border color is #eebaa6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebaa6


Comments

No comments written yet.

Please login to write comment.