Color Hex Logo

#f9acfe Color Hex

#F9ACFE
(249,172,254)
0 Favorites   0 Comments

Color spaces of #f9acfe

RGB 249172254
HSL0.820.980.84
HSV296°32°100°
CMYK 0.020.320.00   0.00
XYZ71.708856.8005100.9501
Yxy56.80050.31250.2475
Hunter Lab75.366137.9472-26.6605
CIE-Lab80.067341.0951-29.3867

#f9acfe color RGB value is (249,172,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10101100 11111110
Octal 371 254 376
Decimal 249 172 254
Hex F9 AC FE

RGB Percentages of Color #f9acfe

%36.89
%25.48
%37.63

CMYK Percentages of Color #f9acfe

%2
%32
%0
%0

Triadic Colors of #f9acfe

#f9acfe #fef9ac #acfef9

Analogous Colors of #f9acfe

#f9acfe #feacda #d0acfe

Monochromatic Colors of #f9acfe

#f9acfe

Complementary Color

#f9acfe #b1feac

#f9acfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9acfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9acfe Color CSS Codes

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

#f9acfe Text Font Color

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

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


#f9acfe Background Color

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

This div background color is #f9acfe


#f9acfe Border Color

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

This div border color is #f9acfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9acfe


Comments

No comments written yet.

Please login to write comment.