Color Hex Logo

#efaafb Color Hex

#EFAAFB
(239,170,251)
0 Favorites   0 Comments

Color spaces of #efaafb

RGB 239170251
HSL0.810.910.83
HSV291°32°98°
CMYK 0.050.320.00   0.02
XYZ67.383954.065298.1509
Yxy54.06520.30680.2462
Hunter Lab73.529034.9062-27.6735
CIE-Lab78.499738.5104-30.2698

#efaafb color RGB value is (239,170,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101010 11111011
Octal 357 252 373
Decimal 239 170 251
Hex EF AA FB

RGB Percentages of Color #efaafb

%36.21
%25.76
%38.03

CMYK Percentages of Color #efaafb

%5
%32
%0
%2

Triadic Colors of #efaafb

#efaafb #fbefaa #aafbef

Analogous Colors of #efaafb

#efaafb #fbaadf #c7aafb

Monochromatic Colors of #efaafb

#efaafb

Complementary Color

#efaafb #b6fbaa

#efaafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaafb Color CSS Codes

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

#efaafb Text Font Color

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

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


#efaafb Background Color

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

This div background color is #efaafb


#efaafb Border Color

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

This div border color is #efaafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaafb


Comments

No comments written yet.

Please login to write comment.