Color Hex Logo

#eebebd Color Hex

#EEBEBD
(238,190,189)
0 Favorites   0 Comments

Color spaces of #eebebd

RGB 238190189
HSL0.000.590.84
HSV21°93°
CMYK 0.000.200.21   0.07
XYZ62.858758.678256.1571
Yxy58.67820.35370.3302
Hunter Lab76.601712.422610.1554
CIE-Lab81.114417.02807.0483

#eebebd color RGB value is (238,190,189).

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

The process color (four color CMYK) of #eebebd color hex is 0.00, 0.20, 0.21, 0.07. Web safe color of #eebebd is #ffcccc. Color #eebebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111110 10111101
Octal 356 276 275
Decimal 238 190 189
Hex EE BE BD

RGB Percentages of Color #eebebd

%38.57
%30.79
%30.63

CMYK Percentages of Color #eebebd

%0
%20
%21
%7

Triadic Colors of #eebebd

#eebebd #bdeebe #bebdee

Analogous Colors of #eebebd

#eebebd #eed7bd #eebdd5

Monochromatic Colors of #eebebd

#eebebd

Complementary Color

#eebebd #bdedee

#eebebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebebd Color CSS Codes

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

#eebebd Text Font Color

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

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


#eebebd Background Color

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

This div background color is #eebebd


#eebebd Border Color

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

This div border color is #eebebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebebd


Comments

No comments written yet.

Please login to write comment.