Color Hex Logo

#eeebbd Color Hex

#EEEBBD
(238,235,189)
0 Favorites   0 Comments

Color spaces of #eeebbd

RGB 238235189
HSL0.160.590.84
HSV56°21°93°
CMYK 0.000.010.21   0.07
XYZ74.153581.267959.9221
Yxy81.26790.34430.3774
Hunter Lab90.1487-10.931723.6939
CIE-Lab92.2508-6.305122.7418

#eeebbd color RGB value is (238,235,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101011 10111101
Octal 356 353 275
Decimal 238 235 189
Hex EE EB BD

RGB Percentages of Color #eeebbd

%35.95
%35.50
%28.55

CMYK Percentages of Color #eeebbd

%0
%1
%21
%7

Triadic Colors of #eeebbd

#eeebbd #bdeeeb #ebbdee

Analogous Colors of #eeebbd

#eeebbd #d9eebd #eed3bd

Monochromatic Colors of #eeebbd

#eeebbd

Complementary Color

#eeebbd #bdc0ee

#eeebbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeebbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeebbd Color CSS Codes

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

#eeebbd Text Font Color

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

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


#eeebbd Background Color

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

This div background color is #eeebbd


#eeebbd Border Color

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

This div border color is #eeebbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,235,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 #eeebbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeebbd


Comments

No comments written yet.

Please login to write comment.