Color Hex Logo

#fbad96 Color Hex

#FBAD96
(251,173,150)
0 Favorites   0 Comments

Color spaces of #fbad96

RGB 251173150
HSL0.040.930.79
HSV14°40°98°
CMYK 0.000.310.40   0.02
XYZ60.232352.598435.8321
Yxy52.59840.40520.3538
Hunter Lab72.524821.327121.4741
CIE-Lab77.637325.861823.3626

#fbad96 color RGB value is (251,173,150).

#fbad96 hex color red value is 251, green value is 173 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #fbad96 hue: 0.04 , saturation: 0.93 and the lightness value of fbad96 is 0.79.

The process color (four color CMYK) of #fbad96 color hex is 0.00, 0.31, 0.40, 0.02. Web safe color of #fbad96 is #ff9999. Color #fbad96 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101101 10010110
Octal 373 255 226
Decimal 251 173 150
Hex FB AD 96

RGB Percentages of Color #fbad96

%43.73
%30.14
%26.13

CMYK Percentages of Color #fbad96

%0
%31
%40
%2

Triadic Colors of #fbad96

#fbad96 #96fbad #ad96fb

Analogous Colors of #fbad96

#fbad96 #fbe096 #fb96b2

Monochromatic Colors of #fbad96

#fbad96

Complementary Color

#fbad96 #96e4fb

#fbad96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbad96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbad96 Color CSS Codes

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

#fbad96 Text Font Color

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

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


#fbad96 Background Color

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

This div background color is #fbad96


#fbad96 Border Color

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

This div border color is #fbad96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbad96


Comments

No comments written yet.

Please login to write comment.