Color Hex Logo

#fbb58a Color Hex

#FBB58A
(251,181,138)
0 Favorites   0 Comments

Color spaces of #fbb58a

RGB 251181138
HSL0.060.930.76
HSV23°45°98°
CMYK 0.000.280.45   0.02
XYZ60.895055.392031.5270
Yxy55.39200.41200.3747
Hunter Lab74.425815.803126.9826
CIE-Lab79.266520.408631.9391

#fbb58a color RGB value is (251,181,138).

#fbb58a hex color red value is 251, green value is 181 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #fbb58a hue: 0.06 , saturation: 0.93 and the lightness value of fbb58a is 0.76.

The process color (four color CMYK) of #fbb58a color hex is 0.00, 0.28, 0.45, 0.02. Web safe color of #fbb58a is #ffcc99. Color #fbb58a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110101 10001010
Octal 373 265 212
Decimal 251 181 138
Hex FB B5 8A

RGB Percentages of Color #fbb58a

%44.04
%31.75
%24.21

CMYK Percentages of Color #fbb58a

%0
%28
%45
%2

Triadic Colors of #fbb58a

#fbb58a #8afbb5 #b58afb

Analogous Colors of #fbb58a

#fbb58a #fbee8a #fb8a98

Monochromatic Colors of #fbb58a

#fbb58a

Complementary Color

#fbb58a #8ad0fb

#fbb58a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb58a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb58a Color CSS Codes

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

#fbb58a Text Font Color

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

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


#fbb58a Background Color

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

This div background color is #fbb58a


#fbb58a Border Color

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

This div border color is #fbb58a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb58a

Related Colors


Comments

No comments written yet.

Please login to write comment.