Color Hex Logo

#fbbd9f Color Hex

#FBBD9F
(251,189,159)
0 Favorites   0 Comments

Color spaces of #fbbd9f

RGB 251189159
HSL0.050.920.80
HSV20°37°98°
CMYK 0.000.250.37   0.02
XYZ64.239359.407640.8819
Yxy59.40760.39040.3611
Hunter Lab77.076313.887322.5055
CIE-Lab81.515118.466923.8448

#fbbd9f color RGB value is (251,189,159).

#fbbd9f hex color red value is 251, green value is 189 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #fbbd9f hue: 0.05 , saturation: 0.92 and the lightness value of fbbd9f is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111101 10011111
Octal 373 275 237
Decimal 251 189 159
Hex FB BD 9F

RGB Percentages of Color #fbbd9f

%41.90
%31.55
%26.54

CMYK Percentages of Color #fbbd9f

%0
%25
%37
%2

Triadic Colors of #fbbd9f

#fbbd9f #9ffbbd #bd9ffb

Analogous Colors of #fbbd9f

#fbbd9f #fbeb9f #fb9faf

Monochromatic Colors of #fbbd9f

#fbbd9f

Complementary Color

#fbbd9f #9fddfb

#fbbd9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbd9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbd9f Color CSS Codes

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

#fbbd9f Text Font Color

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

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


#fbbd9f Background Color

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

This div background color is #fbbd9f


#fbbd9f Border Color

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

This div border color is #fbbd9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbd9f


Comments

No comments written yet.

Please login to write comment.