Color Hex Logo

#fbadff Color Hex

#FBADFF
(251,173,255)
0 Favorites   0 Comments

Color spaces of #fbadff

RGB 251173255
HSL0.831.000.84
HSV297°32°100°
CMYK 0.020.320.00   0.00
XYZ72.777257.6164101.8930
Yxy57.61640.31330.2480
Hunter Lab75.905538.3090-26.4551
CIE-Lab80.525041.3713-29.2027

#fbadff color RGB value is (251,173,255).

#fbadff hex color red value is 251, green value is 173 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #fbadff hue: 0.83 , saturation: 1.00 and the lightness value of fbadff is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101101 11111111
Octal 373 255 377
Decimal 251 173 255
Hex FB AD FF

RGB Percentages of Color #fbadff

%36.97
%25.48
%37.56

CMYK Percentages of Color #fbadff

%2
%32
%0
%0

Triadic Colors of #fbadff

#fbadff #fffbad #adfffb

Analogous Colors of #fbadff

#fbadff #ffadda #d2adff

Monochromatic Colors of #fbadff

#fbadff

Complementary Color

#fbadff #b1ffad

#fbadff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbadff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbadff Color CSS Codes

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

#fbadff Text Font Color

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

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


#fbadff Background Color

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

This div background color is #fbadff


#fbadff Border Color

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

This div border color is #fbadff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbadff


Comments

No comments written yet.

Please login to write comment.