Color Hex Logo

#efadfe Color Hex

#EFADFE
(239,173,254)
0 Favorites   0 Comments

Color spaces of #efadfe

RGB 239173254
HSL0.800.980.84
HSV289°32°100°
CMYK 0.060.320.00   0.00
XYZ68.429655.3936100.8513
Yxy55.39360.30460.2466
Hunter Lab74.426933.8695-28.2414
CIE-Lab79.267437.4957-30.7020

#efadfe color RGB value is (239,173,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101101 11111110
Octal 357 255 376
Decimal 239 173 254
Hex EF AD FE

RGB Percentages of Color #efadfe

%35.89
%25.98
%38.14

CMYK Percentages of Color #efadfe

%6
%32
%0
%0

Triadic Colors of #efadfe

#efadfe #feefad #adfeef

Analogous Colors of #efadfe

#efadfe #feade5 #c7adfe

Monochromatic Colors of #efadfe

#efadfe

Complementary Color

#efadfe #bcfead

#efadfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efadfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#efadfe Color CSS Codes

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

#efadfe Text Font Color

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

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


#efadfe Background Color

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

This div background color is #efadfe


#efadfe Border Color

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

This div border color is #efadfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efadfe

Related Colors


Comments

No comments written yet.

Please login to write comment.