Color Hex Logo

#fbadfd Color Hex

#FBADFD
(251,173,253)
0 Favorites   0 Comments

Color spaces of #fbadfd

RGB 251173253
HSL0.830.950.84
HSV299°32°99°
CMYK 0.010.320.00   0.01
XYZ72.456957.4882100.2059
Yxy57.48820.31480.2498
Hunter Lab75.821037.8935-25.2837
CIE-Lab80.453441.0081-28.2405

#fbadfd color RGB value is (251,173,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101101 11111101
Octal 373 255 375
Decimal 251 173 253
Hex FB AD FD

RGB Percentages of Color #fbadfd

%37.08
%25.55
%37.37

CMYK Percentages of Color #fbadfd

%1
%32
%0
%1

Triadic Colors of #fbadfd

#fbadfd #fdfbad #adfdfb

Analogous Colors of #fbadfd

#fbadfd #fdadd7 #d3adfd

Monochromatic Colors of #fbadfd

#fbadfd

Complementary Color

#fbadfd #affdad

#fbadfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbadfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbadfd Color CSS Codes

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

#fbadfd Text Font Color

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

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


#fbadfd Background Color

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

This div background color is #fbadfd


#fbadfd Border Color

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

This div border color is #fbadfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbadfd

Related Colors


Comments

No comments written yet.

Please login to write comment.