Color Hex Logo

#eebcaa Color Hex

#EEBCAA
(238,188,170)
0 Favorites   0 Comments

Color spaces of #eebcaa

RGB 238188170
HSL0.040.670.80
HSV16°29°93°
CMYK 0.000.210.29   0.07
XYZ60.498857.045945.8525
Yxy57.04590.37030.3491
Hunter Lab75.528710.803916.8759
CIE-Lab80.205415.424815.9613

#eebcaa color RGB value is (238,188,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111100 10101010
Octal 356 274 252
Decimal 238 188 170
Hex EE BC AA

RGB Percentages of Color #eebcaa

%39.93
%31.54
%28.52

CMYK Percentages of Color #eebcaa

%0
%21
%29
%7

Triadic Colors of #eebcaa

#eebcaa #aaeebc #bcaaee

Analogous Colors of #eebcaa

#eebcaa #eedeaa #eeaaba

Monochromatic Colors of #eebcaa

#eebcaa

Complementary Color

#eebcaa #aadcee

#eebcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebcaa Color CSS Codes

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

#eebcaa Text Font Color

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

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


#eebcaa Background Color

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

This div background color is #eebcaa


#eebcaa Border Color

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

This div border color is #eebcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebcaa


Comments

No comments written yet.

Please login to write comment.