Color Hex Logo

#fbbba7 Color Hex

#FBBBA7
(251,187,167)
0 Favorites   0 Comments

Color spaces of #fbbba7

RGB 251187167
HSL0.040.910.82
HSV14°33°98°
CMYK 0.000.250.33   0.02
XYZ64.529058.839944.5154
Yxy58.83990.38440.3505
Hunter Lab76.707215.923519.2873
CIE-Lab81.203520.468719.1537

#fbbba7 color RGB value is (251,187,167).

#fbbba7 hex color red value is 251, green value is 187 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #fbbba7 hue: 0.04 , saturation: 0.91 and the lightness value of fbbba7 is 0.82.

The process color (four color CMYK) of #fbbba7 color hex is 0.00, 0.25, 0.33, 0.02. Web safe color of #fbbba7 is #ffcc99. Color #fbbba7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111011 10100111
Octal 373 273 247
Decimal 251 187 167
Hex FB BB A7

RGB Percentages of Color #fbbba7

%41.49
%30.91
%27.60

CMYK Percentages of Color #fbbba7

%0
%25
%33
%2

Triadic Colors of #fbbba7

#fbbba7 #a7fbbb #bba7fb

Analogous Colors of #fbbba7

#fbbba7 #fbe5a7 #fba7bd

Monochromatic Colors of #fbbba7

#fbbba7

Complementary Color

#fbbba7 #a7e7fb

#fbbba7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbba7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbba7 Color CSS Codes

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

#fbbba7 Text Font Color

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

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


#fbbba7 Background Color

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

This div background color is #fbbba7


#fbbba7 Border Color

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

This div border color is #fbbba7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbba7

Related Colors


Comments

No comments written yet.

Please login to write comment.