Color Hex Logo

#eeabf8 Color Hex

#EEABF8
(238,171,248)
0 Favorites   0 Comments

Color spaces of #eeabf8

RGB 238171248
HSL0.810.850.82
HSV292°31°97°
CMYK 0.040.310.00   0.03
XYZ66.766154.080395.7265
Yxy54.08030.30830.2497
Hunter Lab73.539333.3658-25.7006
CIE-Lab78.508537.1057-28.6507

#eeabf8 color RGB value is (238,171,248).

#eeabf8 hex color red value is 238, green value is 171 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #eeabf8 hue: 0.81 , saturation: 0.85 and the lightness value of eeabf8 is 0.82.

The process color (four color CMYK) of #eeabf8 color hex is 0.04, 0.31, 0.00, 0.03. Web safe color of #eeabf8 is #ff99ff. Color #eeabf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101011 11111000
Octal 356 253 370
Decimal 238 171 248
Hex EE AB F8

RGB Percentages of Color #eeabf8

%36.23
%26.03
%37.75

CMYK Percentages of Color #eeabf8

%4
%31
%0
%3

Triadic Colors of #eeabf8

#eeabf8 #f8eeab #abf8ee

Analogous Colors of #eeabf8

#eeabf8 #f8abdc #c8abf8

Monochromatic Colors of #eeabf8

#eeabf8

Complementary Color

#eeabf8 #b5f8ab

#eeabf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeabf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeabf8 Color CSS Codes

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

#eeabf8 Text Font Color

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

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


#eeabf8 Background Color

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

This div background color is #eeabf8


#eeabf8 Border Color

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

This div border color is #eeabf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeabf8


Comments

No comments written yet.

Please login to write comment.