Color Hex Logo

#fbadec Color Hex

#FBADEC
(251,173,236)
0 Favorites   0 Comments

Color spaces of #fbadec

RGB 251173236
HSL0.870.910.83
HSV312°31°98°
CMYK 0.000.310.06   0.02
XYZ69.867656.452586.5709
Yxy56.45250.32820.2652
Hunter Lab75.134934.5003-15.7199
CIE-Lab79.870738.0129-19.9881

#fbadec color RGB value is (251,173,236).

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

The process color (four color CMYK) of #fbadec color hex is 0.00, 0.31, 0.06, 0.02. Web safe color of #fbadec is #ff99ff. Color #fbadec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101101 11101100
Octal 373 255 354
Decimal 251 173 236
Hex FB AD EC

RGB Percentages of Color #fbadec

%38.03
%26.21
%35.76

CMYK Percentages of Color #fbadec

%0
%31
%6
%2

Triadic Colors of #fbadec

#fbadec #ecfbad #adecfb

Analogous Colors of #fbadec

#fbadec #fbadc5 #e3adfb

Monochromatic Colors of #fbadec

#fbadec

Complementary Color

#fbadec #adfbbc

#fbadec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbadec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbadec Color CSS Codes

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

#fbadec Text Font Color

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

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


#fbadec Background Color

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

This div background color is #fbadec


#fbadec Border Color

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

This div border color is #fbadec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbadec


Comments

No comments written yet.

Please login to write comment.