Color Hex Logo

#fbbd9a Color Hex

#FBBD9A
(251,189,154)
0 Favorites   0 Comments

Color spaces of #fbbd9a

RGB 251189154
HSL0.060.920.79
HSV22°39°98°
CMYK 0.000.250.39   0.02
XYZ63.814059.237538.6425
Yxy59.23750.39470.3664
Hunter Lab76.965913.307724.1082
CIE-Lab81.422017.898026.3683

#fbbd9a color RGB value is (251,189,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111101 10011010
Octal 373 275 232
Decimal 251 189 154
Hex FB BD 9A

RGB Percentages of Color #fbbd9a

%42.26
%31.82
%25.93

CMYK Percentages of Color #fbbd9a

%0
%25
%39
%2

Triadic Colors of #fbbd9a

#fbbd9a #9afbbd #bd9afb

Analogous Colors of #fbbd9a

#fbbd9a #fbee9a #fb9aa8

Monochromatic Colors of #fbbd9a

#fbbd9a

Complementary Color

#fbbd9a #9ad8fb

#fbbd9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbd9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbd9a Color CSS Codes

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

#fbbd9a Text Font Color

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

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


#fbbd9a Background Color

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

This div background color is #fbbd9a


#fbbd9a Border Color

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

This div border color is #fbbd9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbd9a


Comments

No comments written yet.

Please login to write comment.