Color Hex Logo

#eeb696 Color Hex

#EEB696
(238,182,150)
0 Favorites   0 Comments

Color spaces of #eeb696

RGB 238182150
HSL0.060.720.76
HSV22°37°93°
CMYK 0.000.240.37   0.07
XYZ57.492953.835036.2152
Yxy53.83500.38970.3649
Hunter Lab73.372311.467022.0962
CIE-Lab78.365416.111224.1276

#eeb696 color RGB value is (238,182,150).

#eeb696 hex color red value is 238, green value is 182 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #eeb696 hue: 0.06 , saturation: 0.72 and the lightness value of eeb696 is 0.76.

The process color (four color CMYK) of #eeb696 color hex is 0.00, 0.24, 0.37, 0.07. Web safe color of #eeb696 is #ffcc99. Color #eeb696 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110110 10010110
Octal 356 266 226
Decimal 238 182 150
Hex EE B6 96

RGB Percentages of Color #eeb696

%41.75
%31.93
%26.32

CMYK Percentages of Color #eeb696

%0
%24
%37
%7

Triadic Colors of #eeb696

#eeb696 #96eeb6 #b696ee

Analogous Colors of #eeb696

#eeb696 #eee296 #ee96a2

Monochromatic Colors of #eeb696

#eeb696

Complementary Color

#eeb696 #96ceee

#eeb696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb696 Color CSS Codes

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

#eeb696 Text Font Color

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

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


#eeb696 Background Color

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

This div background color is #eeb696


#eeb696 Border Color

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

This div border color is #eeb696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb696

#eeb696 Color Palettes


Comments

No comments written yet.

Please login to write comment.