Color Hex Logo

#eebdab Color Hex

#EEBDAB
(238,189,171)
0 Favorites   0 Comments

Color spaces of #eebdab

RGB 238189171
HSL0.040.660.80
HSV16°28°93°
CMYK 0.000.210.28   0.07
XYZ60.808257.512646.4242
Yxy57.51260.36910.3491
Hunter Lab75.837110.411316.7911
CIE-Lab80.467015.029015.7919

#eebdab color RGB value is (238,189,171).

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

The process color (four color CMYK) of #eebdab color hex is 0.00, 0.21, 0.28, 0.07. Web safe color of #eebdab is #ffcc99. Color #eebdab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111101 10101011
Octal 356 275 253
Decimal 238 189 171
Hex EE BD AB

RGB Percentages of Color #eebdab

%39.80
%31.61
%28.60

CMYK Percentages of Color #eebdab

%0
%21
%28
%7

Triadic Colors of #eebdab

#eebdab #abeebd #bdabee

Analogous Colors of #eebdab

#eebdab #eedfab #eeabbb

Monochromatic Colors of #eebdab

#eebdab

Complementary Color

#eebdab #abdcee

#eebdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebdab Color CSS Codes

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

#eebdab Text Font Color

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

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


#eebdab Background Color

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

This div background color is #eebdab


#eebdab Border Color

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

This div border color is #eebdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebdab


Comments

No comments written yet.

Please login to write comment.