Color Hex Logo

#f5bafb Color Hex

#F5BAFB
(245,186,251)
0 Favorites   0 Comments

Color spaces of #f5bafb

RGB 245186251
HSL0.820.890.86
HSV294°26°98°
CMYK 0.020.260.00   0.02
XYZ72.627761.495399.3087
Yxy61.49530.31110.2634
Hunter Lab78.418928.0846-20.1908
CIE-Lab82.644331.9232-23.8808

#f5bafb color RGB value is (245,186,251).

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

The process color (four color CMYK) of #f5bafb color hex is 0.02, 0.26, 0.00, 0.02. Web safe color of #f5bafb is #ffccff. Color #f5bafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10111010 11111011
Octal 365 272 373
Decimal 245 186 251
Hex F5 BA FB

RGB Percentages of Color #f5bafb

%35.92
%27.27
%36.80

CMYK Percentages of Color #f5bafb

%2
%26
%0
%2

Triadic Colors of #f5bafb

#f5bafb #fbf5ba #bafbf5

Analogous Colors of #f5bafb

#f5bafb #fbbae1 #d5bafb

Monochromatic Colors of #f5bafb

#f5bafb

Complementary Color

#f5bafb #c0fbba

#f5bafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5bafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5bafb Color CSS Codes

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

#f5bafb Text Font Color

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

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


#f5bafb Background Color

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

This div background color is #f5bafb


#f5bafb Border Color

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

This div border color is #f5bafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5bafb

Related Colors


Comments

No comments written yet.

Please login to write comment.