Color Hex Logo

#f2aafe Color Hex

#F2AAFE
(242,170,254)
0 Favorites   0 Comments

Color spaces of #f2aafe

RGB 242170254
HSL0.810.980.83
HSV291°33°100°
CMYK 0.050.330.00   0.00
XYZ68.882154.7825100.7095
Yxy54.78250.30700.2442
Hunter Lab74.015236.5941-28.8629
CIE-Lab78.915839.9969-31.2169

#f2aafe color RGB value is (242,170,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10101010 11111110
Octal 362 252 376
Decimal 242 170 254
Hex F2 AA FE

RGB Percentages of Color #f2aafe

%36.34
%25.53
%38.14

CMYK Percentages of Color #f2aafe

%5
%33
%0
%0

Triadic Colors of #f2aafe

#f2aafe #fef2aa #aafef2

Analogous Colors of #f2aafe

#f2aafe #feaae0 #c8aafe

Monochromatic Colors of #f2aafe

#f2aafe

Complementary Color

#f2aafe #b6feaa

#f2aafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2aafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2aafe Color CSS Codes

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

#f2aafe Text Font Color

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

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


#f2aafe Background Color

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

This div background color is #f2aafe


#f2aafe Border Color

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

This div border color is #f2aafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2aafe

Related Colors


Comments

No comments written yet.

Please login to write comment.