Color Hex Logo

#fbf97c Color Hex

#FBF97C
(251,249,124)
0 Favorites   0 Comments

Color spaces of #fbf97c

RGB 251249124
HSL0.160.940.74
HSV59°51°98°
CMYK 0.000.010.51   0.02
XYZ77.297489.715832.3117
Yxy89.71580.38780.4501
Hunter Lab94.7184-20.087746.0770
CIE-Lab95.8788-15.527859.4921

#fbf97c color RGB value is (251,249,124).

#fbf97c hex color red value is 251, green value is 249 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #fbf97c hue: 0.16 , saturation: 0.94 and the lightness value of fbf97c is 0.74.

The process color (four color CMYK) of #fbf97c color hex is 0.00, 0.01, 0.51, 0.02. Web safe color of #fbf97c is #ffff66. Color #fbf97c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111001 01111100
Octal 373 371 174
Decimal 251 249 124
Hex FB F9 7C

RGB Percentages of Color #fbf97c

%40.22
%39.90
%19.87

CMYK Percentages of Color #fbf97c

%0
%1
%51
%2

Triadic Colors of #fbf97c

#fbf97c #7cfbf9 #f97cfb

Analogous Colors of #fbf97c

#fbf97c #befb7c #fbba7c

Monochromatic Colors of #fbf97c

#fbf97c

Complementary Color

#fbf97c #7c7efb

#fbf97c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf97c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf97c Color CSS Codes

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

#fbf97c Text Font Color

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

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


#fbf97c Background Color

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

This div background color is #fbf97c


#fbf97c Border Color

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

This div border color is #fbf97c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf97c

Related Colors


Comments

No comments written yet.

Please login to write comment.