Color Hex Logo

#eebea1 Color Hex

#EEBEA1
(238,190,161)
0 Favorites   0 Comments

Color spaces of #eebea1

RGB 238190161
HSL0.060.690.78
HSV23°32°93°
CMYK 0.000.200.32   0.07
XYZ60.106457.577341.6638
Yxy57.57730.37720.3613
Hunter Lab75.87978.605320.5610
CIE-Lab80.503213.209321.1861

#eebea1 color RGB value is (238,190,161).

#eebea1 hex color red value is 238, green value is 190 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #eebea1 hue: 0.06 , saturation: 0.69 and the lightness value of eebea1 is 0.78.

The process color (four color CMYK) of #eebea1 color hex is 0.00, 0.20, 0.32, 0.07. Web safe color of #eebea1 is #ffcc99. Color #eebea1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111110 10100001
Octal 356 276 241
Decimal 238 190 161
Hex EE BE A1

RGB Percentages of Color #eebea1

%40.41
%32.26
%27.33

CMYK Percentages of Color #eebea1

%0
%20
%32
%7

Triadic Colors of #eebea1

#eebea1 #a1eebe #bea1ee

Analogous Colors of #eebea1

#eebea1 #eee5a1 #eea1ab

Monochromatic Colors of #eebea1

#eebea1

Complementary Color

#eebea1 #a1d1ee

#eebea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebea1 Color CSS Codes

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

#eebea1 Text Font Color

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

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


#eebea1 Background Color

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

This div background color is #eebea1


#eebea1 Border Color

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

This div border color is #eebea1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebea1


Comments

No comments written yet.

Please login to write comment.