Color Hex Logo

#f0aafe Color Hex

#F0AAFE
(240,170,254)
0 Favorites   0 Comments

Color spaces of #f0aafe

RGB 240170254
HSL0.810.980.83
HSV290°33°100°
CMYK 0.060.330.00   0.00
XYZ68.199354.4305100.6776
Yxy54.43050.30540.2437
Hunter Lab73.777035.8952-29.2644
CIE-Lab78.712139.3861-31.5475

#f0aafe color RGB value is (240,170,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10101010 11111110
Octal 360 252 376
Decimal 240 170 254
Hex F0 AA FE

RGB Percentages of Color #f0aafe

%36.14
%25.60
%38.25

CMYK Percentages of Color #f0aafe

%6
%33
%0
%0

Triadic Colors of #f0aafe

#f0aafe #fef0aa #aafef0

Analogous Colors of #f0aafe

#f0aafe #feaae2 #c6aafe

Monochromatic Colors of #f0aafe

#f0aafe

Complementary Color

#f0aafe #b8feaa

#f0aafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0aafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0aafe Color CSS Codes

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

#f0aafe Text Font Color

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

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


#f0aafe Background Color

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

This div background color is #f0aafe


#f0aafe Border Color

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

This div border color is #f0aafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0aafe


Comments

No comments written yet.

Please login to write comment.