Color Hex Logo

#eeb6df Color Hex

#EEB6DF
(238,182,223)
0 Favorites   0 Comments

Color spaces of #eeb6df

RGB 238182223
HSL0.880.620.82
HSV316°24°93°
CMYK 0.000.240.06   0.07
XYZ65.307156.960877.3645
Yxy56.96080.32710.2853
Hunter Lab75.472422.3814-7.9458
CIE-Lab80.157526.7365-12.6778

#eeb6df color RGB value is (238,182,223).

#eeb6df hex color red value is 238, green value is 182 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #eeb6df hue: 0.88 , saturation: 0.62 and the lightness value of eeb6df is 0.82.

The process color (four color CMYK) of #eeb6df color hex is 0.00, 0.24, 0.06, 0.07. Web safe color of #eeb6df is #ffcccc. Color #eeb6df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110110 11011111
Octal 356 266 337
Decimal 238 182 223
Hex EE B6 DF

RGB Percentages of Color #eeb6df

%37.01
%28.30
%34.68

CMYK Percentages of Color #eeb6df

%0
%24
%6
%7

Triadic Colors of #eeb6df

#eeb6df #dfeeb6 #b6dfee

Analogous Colors of #eeb6df

#eeb6df #eeb6c3 #e1b6ee

Monochromatic Colors of #eeb6df

#eeb6df

Complementary Color

#eeb6df #b6eec5

#eeb6df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb6df Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb6df Color CSS Codes

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

#eeb6df Text Font Color

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

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


#eeb6df Background Color

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

This div background color is #eeb6df


#eeb6df Border Color

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

This div border color is #eeb6df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb6df


Comments

No comments written yet.

Please login to write comment.