Color Hex Logo

#eeb7ed Color Hex

#EEB7ED
(238,183,237)
0 Favorites   0 Comments

Color spaces of #eeb7ed

RGB 238183237
HSL0.840.620.83
HSV301°23°93°
CMYK 0.000.230.00   0.07
XYZ67.479458.158587.7899
Yxy58.15850.31620.2725
Hunter Lab76.261724.4859-14.8694
CIE-Lab80.826828.6903-19.2051

#eeb7ed color RGB value is (238,183,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110111 11101101
Octal 356 267 355
Decimal 238 183 237
Hex EE B7 ED

RGB Percentages of Color #eeb7ed

%36.17
%27.81
%36.02

CMYK Percentages of Color #eeb7ed

%0
%23
%0
%7

Triadic Colors of #eeb7ed

#eeb7ed #edeeb7 #b7edee

Analogous Colors of #eeb7ed

#eeb7ed #eeb7d2 #d4b7ee

Monochromatic Colors of #eeb7ed

#eeb7ed

Complementary Color

#eeb7ed #b7eeb8

#eeb7ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb7ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb7ed Color CSS Codes

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

#eeb7ed Text Font Color

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

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


#eeb7ed Background Color

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

This div background color is #eeb7ed


#eeb7ed Border Color

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

This div border color is #eeb7ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,183,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 #eeb7ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb7ed


Comments

No comments written yet.

Please login to write comment.