Color Hex Logo

#fbc998 Color Hex

#FBC998
(251,201,152)
0 Favorites   0 Comments

Color spaces of #fbc998

RGB 251201152
HSL0.080.930.79
HSV30°39°98°
CMYK 0.000.200.39   0.02
XYZ66.337864.549538.6687
Yxy64.54950.39120.3807
Hunter Lab80.34276.785127.7038
CIE-Lab84.251111.401031.2141

#fbc998 color RGB value is (251,201,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001001 10011000
Octal 373 311 230
Decimal 251 201 152
Hex FB C9 98

RGB Percentages of Color #fbc998

%41.56
%33.28
%25.17

CMYK Percentages of Color #fbc998

%0
%20
%39
%2

Triadic Colors of #fbc998

#fbc998 #98fbc9 #c998fb

Analogous Colors of #fbc998

#fbc998 #fbfb98 #fb9899

Monochromatic Colors of #fbc998

#fbc998

Complementary Color

#fbc998 #98cafb

#fbc998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc998 Color CSS Codes

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

#fbc998 Text Font Color

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

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


#fbc998 Background Color

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

This div background color is #fbc998


#fbc998 Border Color

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

This div border color is #fbc998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc998


Comments

No comments written yet.

Please login to write comment.