Color Hex Logo

#ffbaf0 Color Hex

#FFBAF0
(255,186,240)
0 Favorites   0 Comments

Color spaces of #ffbaf0

RGB 255186240
HSL0.871.000.86
HSV313°27°100°
CMYK 0.000.270.06   0.00
XYZ74.527162.669190.6064
Yxy62.66910.32720.2751
Hunter Lab79.163829.5084-12.4453
CIE-Lab83.268033.1856-16.9660

#ffbaf0 color RGB value is (255,186,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111010 11110000
Octal 377 272 360
Decimal 255 186 240
Hex FF BA F0

RGB Percentages of Color #ffbaf0

%37.44
%27.31
%35.24

CMYK Percentages of Color #ffbaf0

%0
%27
%6
%0

Triadic Colors of #ffbaf0

#ffbaf0 #f0ffba #baf0ff

Analogous Colors of #ffbaf0

#ffbaf0 #ffbace #ecbaff

Monochromatic Colors of #ffbaf0

#ffbaf0

Complementary Color

#ffbaf0 #baffc9

#ffbaf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbaf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbaf0 Color CSS Codes

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

#ffbaf0 Text Font Color

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

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


#ffbaf0 Background Color

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

This div background color is #ffbaf0


#ffbaf0 Border Color

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

This div border color is #ffbaf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbaf0

Related Colors

#ffbaf0 Color Palettes


Comments

No comments written yet.

Please login to write comment.