Color Hex Logo

#eeb1de Color Hex

#EEB1DE
(238,177,222)
0 Favorites   0 Comments

Color spaces of #eeb1de

RGB 238177222
HSL0.880.640.81
HSV316°26°93°
CMYK 0.000.260.07   0.07
XYZ64.166954.895476.3211
Yxy54.89540.32840.2810
Hunter Lab74.091424.9300-9.2102
CIE-Lab78.981029.2251-13.9004

#eeb1de color RGB value is (238,177,222).

#eeb1de hex color red value is 238, green value is 177 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #eeb1de hue: 0.88 , saturation: 0.64 and the lightness value of eeb1de is 0.81.

The process color (four color CMYK) of #eeb1de color hex is 0.00, 0.26, 0.07, 0.07. Web safe color of #eeb1de is #ff99cc. Color #eeb1de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110001 11011110
Octal 356 261 336
Decimal 238 177 222
Hex EE B1 DE

RGB Percentages of Color #eeb1de

%37.36
%27.79
%34.85

CMYK Percentages of Color #eeb1de

%0
%26
%7
%7

Triadic Colors of #eeb1de

#eeb1de #deeeb1 #b1deee

Analogous Colors of #eeb1de

#eeb1de #eeb1c0 #e0b1ee

Monochromatic Colors of #eeb1de

#eeb1de

Complementary Color

#eeb1de #b1eec1

#eeb1de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb1de Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb1de Color CSS Codes

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

#eeb1de Text Font Color

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

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


#eeb1de Background Color

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

This div background color is #eeb1de


#eeb1de Border Color

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

This div border color is #eeb1de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb1de


Comments

No comments written yet.

Please login to write comment.