Color Hex Logo

#fbc09a Color Hex

#FBC09A
(251,192,154)
0 Favorites   0 Comments

Color spaces of #fbc09a

RGB 251192154
HSL0.070.920.79
HSV24°39°98°
CMYK 0.000.240.39   0.02
XYZ64.466060.541638.8598
Yxy60.54160.39340.3695
Hunter Lab77.808511.726224.8548
CIE-Lab82.131716.324927.3271

#fbc09a color RGB value is (251,192,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000000 10011010
Octal 373 300 232
Decimal 251 192 154
Hex FB C0 9A

RGB Percentages of Color #fbc09a

%42.04
%32.16
%25.80

CMYK Percentages of Color #fbc09a

%0
%24
%39
%2

Triadic Colors of #fbc09a

#fbc09a #9afbc0 #c09afb

Analogous Colors of #fbc09a

#fbc09a #fbf19a #fb9aa5

Monochromatic Colors of #fbc09a

#fbc09a

Complementary Color

#fbc09a #9ad5fb

#fbc09a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc09a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc09a Color CSS Codes

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

#fbc09a Text Font Color

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

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


#fbc09a Background Color

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

This div background color is #fbc09a


#fbc09a Border Color

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

This div border color is #fbc09a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,192,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 #fbc09a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc09a

Related Colors


Comments

No comments written yet.

Please login to write comment.