Color Hex Logo

#eebfbd Color Hex

#EEBFBD
(238,191,189)
0 Favorites   0 Comments

Color spaces of #eebfbd

RGB 238191189
HSL0.010.590.84
HSV21°93°
CMYK 0.000.200.21   0.07
XYZ63.076059.112956.2296
Yxy59.11290.35350.3313
Hunter Lab76.884911.891910.4578
CIE-Lab81.353616.49837.3917

#eebfbd color RGB value is (238,191,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111111 10111101
Octal 356 277 275
Decimal 238 191 189
Hex EE BF BD

RGB Percentages of Color #eebfbd

%38.51
%30.91
%30.58

CMYK Percentages of Color #eebfbd

%0
%20
%21
%7

Triadic Colors of #eebfbd

#eebfbd #bdeebf #bfbdee

Analogous Colors of #eebfbd

#eebfbd #eed8bd #eebdd4

Monochromatic Colors of #eebfbd

#eebfbd

Complementary Color

#eebfbd #bdecee

#eebfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebfbd Color CSS Codes

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

#eebfbd Text Font Color

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

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


#eebfbd Background Color

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

This div background color is #eebfbd


#eebfbd Border Color

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

This div border color is #eebfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebfbd


Comments

No comments written yet.

Please login to write comment.