Color Hex Logo

#fbc98b Color Hex

#FBC98B
(251,201,139)
0 Favorites   0 Comments

Color spaces of #fbc98b

RGB 251201139
HSL0.090.930.76
HSV33°45°98°
CMYK 0.000.200.45   0.02
XYZ65.330564.146633.3643
Yxy64.14660.40120.3939
Hunter Lab80.09165.441831.3653
CIE-Lab84.042010.045637.6509

#fbc98b color RGB value is (251,201,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001001 10001011
Octal 373 311 213
Decimal 251 201 139
Hex FB C9 8B

RGB Percentages of Color #fbc98b

%42.47
%34.01
%23.52

CMYK Percentages of Color #fbc98b

%0
%20
%45
%2

Triadic Colors of #fbc98b

#fbc98b #8bfbc9 #c98bfb

Analogous Colors of #fbc98b

#fbc98b #f5fb8b #fb918b

Monochromatic Colors of #fbc98b

#fbc98b

Complementary Color

#fbc98b #8bbdfb

#fbc98b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc98b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc98b Color CSS Codes

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

#fbc98b Text Font Color

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

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


#fbc98b Background Color

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

This div background color is #fbc98b


#fbc98b Border Color

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

This div border color is #fbc98b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc98b

Related Colors


Comments

No comments written yet.

Please login to write comment.