Color Hex Logo

#efaaff Color Hex

#EFAAFF
(239,170,255)
0 Favorites   0 Comments

Color spaces of #efaaff

RGB 239170255
HSL0.801.000.83
HSV289°33°100°
CMYK 0.060.330.00   0.00
XYZ68.021354.3202101.5075
Yxy54.32020.30390.2427
Hunter Lab73.702235.7624-30.0665
CIE-Lab78.648139.2723-32.1918

#efaaff color RGB value is (239,170,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101010 11111111
Octal 357 252 377
Decimal 239 170 255
Hex EF AA FF

RGB Percentages of Color #efaaff

%35.99
%25.60
%38.40

CMYK Percentages of Color #efaaff

%6
%33
%0
%0

Triadic Colors of #efaaff

#efaaff #ffefaa #aaffef

Analogous Colors of #efaaff

#efaaff #ffaae5 #c5aaff

Monochromatic Colors of #efaaff

#efaaff

Complementary Color

#efaaff #baffaa

#efaaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaaff Color CSS Codes

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

#efaaff Text Font Color

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

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


#efaaff Background Color

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

This div background color is #efaaff


#efaaff Border Color

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

This div border color is #efaaff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,170,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 #efaaff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaaff

Related Colors


Comments

No comments written yet.

Please login to write comment.