Color Hex Logo

#efaafc Color Hex

#EFAAFC
(239,170,252)
0 Favorites   0 Comments

Color spaces of #efaafc

RGB 239170252
HSL0.810.930.83
HSV290°33°99°
CMYK 0.050.330.00   0.01
XYZ67.542054.128498.9834
Yxy54.12840.30610.2453
Hunter Lab73.572035.1190-28.2681
CIE-Lab78.536538.7001-30.7511

#efaafc color RGB value is (239,170,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101010 11111100
Octal 357 252 374
Decimal 239 170 252
Hex EF AA FC

RGB Percentages of Color #efaafc

%36.16
%25.72
%38.12

CMYK Percentages of Color #efaafc

%5
%33
%0
%1

Triadic Colors of #efaafc

#efaafc #fcefaa #aafcef

Analogous Colors of #efaafc

#efaafc #fcaae0 #c6aafc

Monochromatic Colors of #efaafc

#efaafc

Complementary Color

#efaafc #b7fcaa

#efaafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaafc Color CSS Codes

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

#efaafc Text Font Color

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

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


#efaafc Background Color

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

This div background color is #efaafc


#efaafc Border Color

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

This div border color is #efaafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaafc


Comments

No comments written yet.

Please login to write comment.