Color Hex Logo

#efadff Color Hex

#EFADFF
(239,173,255)
0 Favorites   0 Comments

Color spaces of #efadff

RGB 239173255
HSL0.801.000.84
HSV288°32°100°
CMYK 0.060.320.00   0.00
XYZ68.590255.4579101.6971
Yxy55.45790.30380.2457
Hunter Lab74.470134.0837-28.8380
CIE-Lab79.304337.6872-31.1820

#efadff color RGB value is (239,173,255).

#efadff hex color red value is 239, green value is 173 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #efadff hue: 0.80 , saturation: 1.00 and the lightness value of efadff is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101101 11111111
Octal 357 255 377
Decimal 239 173 255
Hex EF AD FF

RGB Percentages of Color #efadff

%35.83
%25.94
%38.23

CMYK Percentages of Color #efadff

%6
%32
%0
%0

Triadic Colors of #efadff

#efadff #ffefad #adffef

Analogous Colors of #efadff

#efadff #ffade6 #c6adff

Monochromatic Colors of #efadff

#efadff

Complementary Color

#efadff #bdffad

#efadff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efadff Color Preview on White Background

Lorem ipsum dolor sit amet.

#efadff Color CSS Codes

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

#efadff Text Font Color

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

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


#efadff Background Color

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

This div background color is #efadff


#efadff Border Color

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

This div border color is #efadff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(239,173,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #efadff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #efadff;
  -webkit-box-shadow: 1px 1px 3px 2px #efadff;
  box-shadow:         1px 1px 3px 2px #efadff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,173,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efadff

Related Colors

#efadff Color Palettes


Comments

No comments written yet.

Please login to write comment.