Color Hex Logo

#eebdcb Color Hex

#EEBDCB
(238,189,203)
0 Favorites   0 Comments

Color spaces of #eebdcb

RGB 238189203
HSL0.950.590.84
HSV343°21°93°
CMYK 0.000.210.15   0.07
XYZ64.237058.884164.4800
Yxy58.88410.34240.3139
Hunter Lab76.736015.13753.8948
CIE-Lab81.227819.7000-0.3177

#eebdcb color RGB value is (238,189,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111101 11001011
Octal 356 275 313
Decimal 238 189 203
Hex EE BD CB

RGB Percentages of Color #eebdcb

%37.78
%30.00
%32.22

CMYK Percentages of Color #eebdcb

%0
%21
%15
%7

Triadic Colors of #eebdcb

#eebdcb #cbeebd #bdcbee

Analogous Colors of #eebdcb

#eebdcb #eec8bd #eebde4

Monochromatic Colors of #eebdcb

#eebdcb

Complementary Color

#eebdcb #bdeee0

#eebdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebdcb Color CSS Codes

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

#eebdcb Text Font Color

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

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


#eebdcb Background Color

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

This div background color is #eebdcb


#eebdcb Border Color

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

This div border color is #eebdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebdcb


Comments

No comments written yet.

Please login to write comment.