Color Hex Logo

#fbbd9c Color Hex

#FBBD9C
(251,189,156)
0 Favorites   0 Comments

Color spaces of #fbbd9c

RGB 251189156
HSL0.060.920.80
HSV21°38°98°
CMYK 0.000.250.38   0.02
XYZ63.982059.304739.5272
Yxy59.30470.39300.3642
Hunter Lab77.009513.536823.4745
CIE-Lab81.458818.123125.3593

#fbbd9c color RGB value is (251,189,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111101 10011100
Octal 373 275 234
Decimal 251 189 156
Hex FB BD 9C

RGB Percentages of Color #fbbd9c

%42.11
%31.71
%26.17

CMYK Percentages of Color #fbbd9c

%0
%25
%38
%2

Triadic Colors of #fbbd9c

#fbbd9c #9cfbbd #bd9cfb

Analogous Colors of #fbbd9c

#fbbd9c #fbed9c #fb9cab

Monochromatic Colors of #fbbd9c

#fbbd9c

Complementary Color

#fbbd9c #9cdafb

#fbbd9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbd9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbd9c Color CSS Codes

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

#fbbd9c Text Font Color

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

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


#fbbd9c Background Color

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

This div background color is #fbbd9c


#fbbd9c Border Color

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

This div border color is #fbbd9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbd9c


Comments

No comments written yet.

Please login to write comment.