Color Hex Logo

#eeb8ed Color Hex

#EEB8ED
(238,184,237)
0 Favorites   0 Comments

Color spaces of #eeb8ed

RGB 238184237
HSL0.840.610.83
HSV301°23°93°
CMYK 0.000.230.00   0.07
XYZ67.686458.572587.8589
Yxy58.57250.31610.2736
Hunter Lab76.532723.9353-14.4916
CIE-Lab81.056028.1579-18.8587

#eeb8ed color RGB value is (238,184,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111000 11101101
Octal 356 270 355
Decimal 238 184 237
Hex EE B8 ED

RGB Percentages of Color #eeb8ed

%36.12
%27.92
%35.96

CMYK Percentages of Color #eeb8ed

%0
%23
%0
%7

Triadic Colors of #eeb8ed

#eeb8ed #edeeb8 #b8edee

Analogous Colors of #eeb8ed

#eeb8ed #eeb8d2 #d4b8ee

Monochromatic Colors of #eeb8ed

#eeb8ed

Complementary Color

#eeb8ed #b8eeb9

#eeb8ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb8ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb8ed Color CSS Codes

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

#eeb8ed Text Font Color

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

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


#eeb8ed Background Color

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

This div background color is #eeb8ed


#eeb8ed Border Color

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

This div border color is #eeb8ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb8ed


Comments

No comments written yet.

Please login to write comment.