Color Hex Logo

#eebdec Color Hex

#EEBDEC
(238,189,236)
0 Favorites   0 Comments

Color spaces of #eebdec

RGB 238189236
HSL0.840.590.84
HSV302°21°93°
CMYK 0.000.210.01   0.07
XYZ68.597860.628587.4438
Yxy60.62850.31660.2798
Hunter Lab77.864320.9945-12.0793
CIE-Lab82.178625.3144-16.6295

#eebdec color RGB value is (238,189,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111101 11101100
Octal 356 275 354
Decimal 238 189 236
Hex EE BD EC

RGB Percentages of Color #eebdec

%35.90
%28.51
%35.60

CMYK Percentages of Color #eebdec

%0
%21
%1
%7

Triadic Colors of #eebdec

#eebdec #eceebd #bdecee

Analogous Colors of #eebdec

#eebdec #eebdd4 #d8bdee

Monochromatic Colors of #eebdec

#eebdec

Complementary Color

#eebdec #bdeebf

#eebdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebdec Color CSS Codes

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

#eebdec Text Font Color

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

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


#eebdec Background Color

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

This div background color is #eebdec


#eebdec Border Color

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

This div border color is #eebdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebdec


Comments

No comments written yet.

Please login to write comment.