Color Hex Logo

#eebdbf Color Hex

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

Color spaces of #eebdbf

RGB 238189191
HSL0.990.590.84
HSV358°21°93°
CMYK 0.000.210.20   0.07
XYZ62.861558.333957.2366
Yxy58.33390.35230.3269
Hunter Lab76.376613.25469.0318
CIE-Lab80.924117.85485.6989

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

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

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

Base Numbers

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

RGB Percentages of Color #eebdbf

%38.51
%30.58
%30.91

CMYK Percentages of Color #eebdbf

%0
%21
%20
%7

Triadic Colors of #eebdbf

#eebdbf #bfeebd #bdbfee

Analogous Colors of #eebdbf

#eebdbf #eed4bd #eebdd8

Monochromatic Colors of #eebdbf

#eebdbf

Complementary Color

#eebdbf #bdeeec

#eebdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebdbf Color CSS Codes

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

#eebdbf Text Font Color

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

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


#eebdbf Background Color

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

This div background color is #eebdbf


#eebdbf Border Color

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

This div border color is #eebdbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebdbf


Comments

No comments written yet.

Please login to write comment.