Color Hex Logo

#ffbaf4 Color Hex

#FFBAF4
(255,186,244)
0 Favorites   0 Comments

Color spaces of #ffbaf4

RGB 255186244
HSL0.861.000.86
HSV310°27°100°
CMYK 0.000.270.04   0.00
XYZ75.128062.909593.7710
Yxy62.90950.32410.2714
Hunter Lab79.315530.2738-14.5749
CIE-Lab83.394733.8750-18.9125

#ffbaf4 color RGB value is (255,186,244).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111010 11110100
Octal 377 272 364
Decimal 255 186 244
Hex FF BA F4

RGB Percentages of Color #ffbaf4

%37.23
%27.15
%35.62

CMYK Percentages of Color #ffbaf4

%0
%27
%4
%0

Triadic Colors of #ffbaf4

#ffbaf4 #f4ffba #baf4ff

Analogous Colors of #ffbaf4

#ffbaf4 #ffbad2 #e8baff

Monochromatic Colors of #ffbaf4

#ffbaf4

Complementary Color

#ffbaf4 #baffc5

#ffbaf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbaf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbaf4 Color CSS Codes

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

#ffbaf4 Text Font Color

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

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


#ffbaf4 Background Color

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

This div background color is #ffbaf4


#ffbaf4 Border Color

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

This div border color is #ffbaf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbaf4

Related Colors

#ffbaf4 Color Palettes


Comments

No comments written yet.

Please login to write comment.