Color Hex Logo

#f0aafd Color Hex

#F0AAFD
(240,170,253)
0 Favorites   0 Comments

Color spaces of #f0aafd

RGB 240170253
HSL0.810.950.83
HSV291°33°99°
CMYK 0.050.330.00   0.01
XYZ68.039554.366699.8362
Yxy54.36660.30620.2446
Hunter Lab73.733735.6810-28.6657
CIE-Lab78.675039.1961-31.0671

#f0aafd color RGB value is (240,170,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10101010 11111101
Octal 360 252 375
Decimal 240 170 253
Hex F0 AA FD

RGB Percentages of Color #f0aafd

%36.20
%25.64
%38.16

CMYK Percentages of Color #f0aafd

%5
%33
%0
%1

Triadic Colors of #f0aafd

#f0aafd #fdf0aa #aafdf0

Analogous Colors of #f0aafd

#f0aafd #fdaae1 #c7aafd

Monochromatic Colors of #f0aafd

#f0aafd

Complementary Color

#f0aafd #b7fdaa

#f0aafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0aafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0aafd Color CSS Codes

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

#f0aafd Text Font Color

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

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


#f0aafd Background Color

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

This div background color is #f0aafd


#f0aafd Border Color

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

This div border color is #f0aafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0aafd


Comments

No comments written yet.

Please login to write comment.