Color Hex Logo

#eeabed Color Hex

#EEABED
(238,171,237)
0 Favorites   0 Comments

Color spaces of #eeabed

RGB 238171237
HSL0.840.660.80
HSV301°28°93°
CMYK 0.000.280.00   0.07
XYZ65.108953.417486.9997
Yxy53.41740.31680.2599
Hunter Lab73.087231.1121-19.4151
CIE-Lab78.120835.0688-23.3105

#eeabed color RGB value is (238,171,237).

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

The process color (four color CMYK) of #eeabed color hex is 0.00, 0.28, 0.00, 0.07. Web safe color of #eeabed is #ff99ff. Color #eeabed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101011 11101101
Octal 356 253 355
Decimal 238 171 237
Hex EE AB ED

RGB Percentages of Color #eeabed

%36.84
%26.47
%36.69

CMYK Percentages of Color #eeabed

%0
%28
%0
%7

Triadic Colors of #eeabed

#eeabed #edeeab #abedee

Analogous Colors of #eeabed

#eeabed #eeabcc #ceabee

Monochromatic Colors of #eeabed

#eeabed

Complementary Color

#eeabed #abeeac

#eeabed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeabed Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeabed Color CSS Codes

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

#eeabed Text Font Color

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

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


#eeabed Background Color

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

This div background color is #eeabed


#eeabed Border Color

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

This div border color is #eeabed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeabed


Comments

No comments written yet.

Please login to write comment.