Color Hex Logo

#eebaa5 Color Hex

#EEBAA5
(238,186,165)
0 Favorites   0 Comments

Color spaces of #eebaa5

RGB 238186165
HSL0.050.680.79
HSV17°31°93°
CMYK 0.000.220.31   0.07
XYZ59.610356.011643.2668
Yxy56.01160.37520.3525
Hunter Lab74.840911.202518.1121
CIE-Lab79.620415.830417.8253

#eebaa5 color RGB value is (238,186,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111010 10100101
Octal 356 272 245
Decimal 238 186 165
Hex EE BA A5

RGB Percentages of Color #eebaa5

%40.41
%31.58
%28.01

CMYK Percentages of Color #eebaa5

%0
%22
%31
%7

Triadic Colors of #eebaa5

#eebaa5 #a5eeba #baa5ee

Analogous Colors of #eebaa5

#eebaa5 #eedfa5 #eea5b5

Monochromatic Colors of #eebaa5

#eebaa5

Complementary Color

#eebaa5 #a5d9ee

#eebaa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebaa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebaa5 Color CSS Codes

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

#eebaa5 Text Font Color

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

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


#eebaa5 Background Color

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

This div background color is #eebaa5


#eebaa5 Border Color

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

This div border color is #eebaa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebaa5


Comments

No comments written yet.

Please login to write comment.