Color Hex Logo

#efaafa Color Hex

#EFAAFA
(239,170,250)
0 Favorites   0 Comments

Color spaces of #efaafa

RGB 239170250
HSL0.810.890.82
HSV292°32°98°
CMYK 0.040.320.00   0.02
XYZ67.226654.002397.3227
Yxy54.00230.30760.2471
Hunter Lab73.486334.6942-27.0813
CIE-Lab78.463138.3212-29.7881

#efaafa color RGB value is (239,170,250).

#efaafa hex color red value is 239, green value is 170 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #efaafa hue: 0.81 , saturation: 0.89 and the lightness value of efaafa is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101010 11111010
Octal 357 252 372
Decimal 239 170 250
Hex EF AA FA

RGB Percentages of Color #efaafa

%36.27
%25.80
%37.94

CMYK Percentages of Color #efaafa

%4
%32
%0
%2

Triadic Colors of #efaafa

#efaafa #faefaa #aafaef

Analogous Colors of #efaafa

#efaafa #faaadd #c7aafa

Monochromatic Colors of #efaafa

#efaafa

Complementary Color

#efaafa #b5faaa

#efaafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaafa Color CSS Codes

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

#efaafa Text Font Color

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

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


#efaafa Background Color

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

This div background color is #efaafa


#efaafa Border Color

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

This div border color is #efaafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaafa


Comments

No comments written yet.

Please login to write comment.