Color Hex Logo

#eebded Color Hex

#EEBDED
(238,189,237)
0 Favorites   0 Comments

Color spaces of #eebded

RGB 238189237
HSL0.840.590.84
HSV301°21°93°
CMYK 0.000.210.00   0.07
XYZ68.743660.686888.2113
Yxy60.68680.31590.2788
Hunter Lab77.901721.1875-12.6053
CIE-Lab82.210125.4963-17.1175

#eebded color RGB value is (238,189,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111101 11101101
Octal 356 275 355
Decimal 238 189 237
Hex EE BD ED

RGB Percentages of Color #eebded

%35.84
%28.46
%35.69

CMYK Percentages of Color #eebded

%0
%21
%0
%7

Triadic Colors of #eebded

#eebded #edeebd #bdedee

Analogous Colors of #eebded

#eebded #eebdd5 #d7bdee

Monochromatic Colors of #eebded

#eebded

Complementary Color

#eebded #bdeebe

#eebded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebded Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebded Color CSS Codes

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

#eebded Text Font Color

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

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


#eebded Background Color

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

This div background color is #eebded


#eebded Border Color

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

This div border color is #eebded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebded


Comments

No comments written yet.

Please login to write comment.