Color Hex Logo

#ffbafa Color Hex

#FFBAFA
(255,186,250)
0 Favorites   0 Comments

Color spaces of #ffbafa

RGB 255186250
HSL0.851.000.86
HSV304°27°100°
CMYK 0.000.270.02   0.00
XYZ76.054263.279998.6482
Yxy63.27990.31960.2659
Hunter Lab79.548731.4486-17.8414
CIE-Lab83.589434.9279-21.8203

#ffbafa color RGB value is (255,186,250).

#ffbafa hex color red value is 255, green value is 186 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ffbafa hue: 0.85 , saturation: 1.00 and the lightness value of ffbafa is 0.86.

The process color (four color CMYK) of #ffbafa color hex is 0.00, 0.27, 0.02, 0.00. Web safe color of #ffbafa is #ffccff. Color #ffbafa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111010 11111010
Octal 377 272 372
Decimal 255 186 250
Hex FF BA FA

RGB Percentages of Color #ffbafa

%36.90
%26.92
%36.18

CMYK Percentages of Color #ffbafa

%0
%27
%2
%0

Triadic Colors of #ffbafa

#ffbafa #faffba #bafaff

Analogous Colors of #ffbafa

#ffbafa #ffbad8 #e2baff

Monochromatic Colors of #ffbafa

#ffbafa

Complementary Color

#ffbafa #baffbf

#ffbafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbafa Color CSS Codes

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

#ffbafa Text Font Color

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

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


#ffbafa Background Color

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

This div background color is #ffbafa


#ffbafa Border Color

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

This div border color is #ffbafa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,186,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbafa

Related Colors

#ffbafa Color Palettes


Comments

No comments written yet.

Please login to write comment.