Color Hex Logo

#f5aafd Color Hex

#F5AAFD
(245,170,253)
0 Favorites   0 Comments

Color spaces of #f5aafd

RGB 245170253
HSL0.820.950.83
HSV294°33°99°
CMYK 0.030.330.00   0.01
XYZ69.760555.253899.9168
Yxy55.25380.31010.2456
Hunter Lab74.332937.4375-27.6634
CIE-Lab79.187240.7280-30.2363

#f5aafd color RGB value is (245,170,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10101010 11111101
Octal 365 252 375
Decimal 245 170 253
Hex F5 AA FD

RGB Percentages of Color #f5aafd

%36.68
%25.45
%37.87

CMYK Percentages of Color #f5aafd

%3
%33
%0
%1

Triadic Colors of #f5aafd

#f5aafd #fdf5aa #aafdf5

Analogous Colors of #f5aafd

#f5aafd #fdaadc #ccaafd

Monochromatic Colors of #f5aafd

#f5aafd

Complementary Color

#f5aafd #b2fdaa

#f5aafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5aafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5aafd Color CSS Codes

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

#f5aafd Text Font Color

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

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


#f5aafd Background Color

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

This div background color is #f5aafd


#f5aafd Border Color

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

This div border color is #f5aafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5aafd

Related Colors


Comments

No comments written yet.

Please login to write comment.