Color Hex Logo

#eeabfd Color Hex

#EEABFD
(238,171,253)
0 Favorites   0 Comments

Color spaces of #eeabfd

RGB 238171253
HSL0.800.950.83
HSV289°32°99°
CMYK 0.060.320.00   0.01
XYZ67.552454.394899.8674
Yxy54.39480.30450.2452
Hunter Lab73.752834.4260-28.6566
CIE-Lab78.691438.0556-31.0592

#eeabfd color RGB value is (238,171,253).

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

The process color (four color CMYK) of #eeabfd color hex is 0.06, 0.32, 0.00, 0.01. Web safe color of #eeabfd is #ff99ff. Color #eeabfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101011 11111101
Octal 356 253 375
Decimal 238 171 253
Hex EE AB FD

RGB Percentages of Color #eeabfd

%35.95
%25.83
%38.22

CMYK Percentages of Color #eeabfd

%6
%32
%0
%1

Triadic Colors of #eeabfd

#eeabfd #fdeeab #abfdee

Analogous Colors of #eeabfd

#eeabfd #fdabe3 #c5abfd

Monochromatic Colors of #eeabfd

#eeabfd

Complementary Color

#eeabfd #bafdab

#eeabfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeabfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeabfd Color CSS Codes

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

#eeabfd Text Font Color

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

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


#eeabfd Background Color

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

This div background color is #eeabfd


#eeabfd Border Color

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

This div border color is #eeabfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeabfd


Comments

No comments written yet.

Please login to write comment.