Color Hex Logo

#eee8bd Color Hex

#EEE8BD
(238,232,189)
0 Favorites   0 Comments

Color spaces of #eee8bd

RGB 238232189
HSL0.150.590.84
HSV53°21°93°
CMYK 0.000.030.21   0.07
XYZ73.301879.564559.6382
Yxy79.56450.34490.3744
Hunter Lab89.1989-9.410622.7981
CIE-Lab91.4891-4.791121.6878

#eee8bd color RGB value is (238,232,189).

#eee8bd hex color red value is 238, green value is 232 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #eee8bd hue: 0.15 , saturation: 0.59 and the lightness value of eee8bd is 0.84.

The process color (four color CMYK) of #eee8bd color hex is 0.00, 0.03, 0.21, 0.07. Web safe color of #eee8bd is #ffffcc. Color #eee8bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101000 10111101
Octal 356 350 275
Decimal 238 232 189
Hex EE E8 BD

RGB Percentages of Color #eee8bd

%36.12
%35.20
%28.68

CMYK Percentages of Color #eee8bd

%0
%3
%21
%7

Triadic Colors of #eee8bd

#eee8bd #bdeee8 #e8bdee

Analogous Colors of #eee8bd

#eee8bd #dceebd #eed0bd

Monochromatic Colors of #eee8bd

#eee8bd

Complementary Color

#eee8bd #bdc3ee

#eee8bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee8bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee8bd Color CSS Codes

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

#eee8bd Text Font Color

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

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


#eee8bd Background Color

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

This div background color is #eee8bd


#eee8bd Border Color

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

This div border color is #eee8bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee8bd


Comments

No comments written yet.

Please login to write comment.