Color Hex Logo

#f5affb Color Hex

#F5AFFB
(245,175,251)
0 Favorites   0 Comments

Color spaces of #f5affb

RGB 245175251
HSL0.820.900.84
HSV295°30°98°
CMYK 0.020.300.00   0.02
XYZ70.398757.037598.5657
Yxy57.03750.31150.2524
Hunter Lab75.523234.2227-24.5135
CIE-Lab80.200737.7309-27.6090

#f5affb color RGB value is (245,175,251).

#f5affb hex color red value is 245, green value is 175 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f5affb hue: 0.82 , saturation: 0.90 and the lightness value of f5affb is 0.84.

The process color (four color CMYK) of #f5affb color hex is 0.02, 0.30, 0.00, 0.02. Web safe color of #f5affb is #ff99ff. Color #f5affb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10101111 11111011
Octal 365 257 373
Decimal 245 175 251
Hex F5 AF FB

RGB Percentages of Color #f5affb

%36.51
%26.08
%37.41

CMYK Percentages of Color #f5affb

%2
%30
%0
%2

Triadic Colors of #f5affb

#f5affb #fbf5af #affbf5

Analogous Colors of #f5affb

#f5affb #fbafdb #cfaffb

Monochromatic Colors of #f5affb

#f5affb

Complementary Color

#f5affb #b5fbaf

#f5affb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5affb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5affb Color CSS Codes

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

#f5affb Text Font Color

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

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


#f5affb Background Color

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

This div background color is #f5affb


#f5affb Border Color

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

This div border color is #f5affb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,175,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5affb


Comments

No comments written yet.

Please login to write comment.