Color Hex Logo

#f4aafe Color Hex

#F4AAFE
(244,170,254)
0 Favorites   0 Comments

Color spaces of #f4aafe

RGB 244170254
HSL0.810.980.83
HSV293°33°100°
CMYK 0.040.330.00   0.00
XYZ69.572355.1383100.7418
Yxy55.13830.30860.2446
Hunter Lab74.255237.2964-28.4600
CIE-Lab79.120940.6082-30.8842

#f4aafe color RGB value is (244,170,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10101010 11111110
Octal 364 252 376
Decimal 244 170 254
Hex F4 AA FE

RGB Percentages of Color #f4aafe

%36.53
%25.45
%38.02

CMYK Percentages of Color #f4aafe

%4
%33
%0
%0

Triadic Colors of #f4aafe

#f4aafe #fef4aa #aafef4

Analogous Colors of #f4aafe

#f4aafe #feaade #caaafe

Monochromatic Colors of #f4aafe

#f4aafe

Complementary Color

#f4aafe #b4feaa

#f4aafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4aafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4aafe Color CSS Codes

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

#f4aafe Text Font Color

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

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


#f4aafe Background Color

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

This div background color is #f4aafe


#f4aafe Border Color

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

This div border color is #f4aafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4aafe

Related Colors


Comments

No comments written yet.

Please login to write comment.