Color Hex Logo

#eebdba Color Hex

#EEBDBA
(238,189,186)
0 Favorites   0 Comments

Color spaces of #eebdba

RGB 238189186
HSL0.010.600.83
HSV22°93°
CMYK 0.000.210.22   0.07
XYZ62.320458.117554.3875
Yxy58.11750.35650.3324
Hunter Lab76.234812.509111.0657
CIE-Lab80.804117.11858.2160

#eebdba color RGB value is (238,189,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111101 10111010
Octal 356 275 272
Decimal 238 189 186
Hex EE BD BA

RGB Percentages of Color #eebdba

%38.83
%30.83
%30.34

CMYK Percentages of Color #eebdba

%0
%21
%22
%7

Triadic Colors of #eebdba

#eebdba #baeebd #bdbaee

Analogous Colors of #eebdba

#eebdba #eed7ba #eebad1

Monochromatic Colors of #eebdba

#eebdba

Complementary Color

#eebdba #baebee

#eebdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebdba Color CSS Codes

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

#eebdba Text Font Color

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

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


#eebdba Background Color

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

This div background color is #eebdba


#eebdba Border Color

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

This div border color is #eebdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebdba


Comments

No comments written yet.

Please login to write comment.