Color Hex Logo

#fbf498 Color Hex

#FBF498
(251,244,152)
0 Favorites   0 Comments

Color spaces of #fbf498

RGB 251244152
HSL0.150.930.79
HSV56°39°98°
CMYK 0.000.030.39   0.02
XYZ77.801887.477642.4900
Yxy87.47760.37450.4210
Hunter Lab93.5295-15.192638.5355
CIE-Lab94.9405-10.470845.1245

#fbf498 color RGB value is (251,244,152).

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

The process color (four color CMYK) of #fbf498 color hex is 0.00, 0.03, 0.39, 0.02. Web safe color of #fbf498 is #ffff99. Color #fbf498 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110100 10011000
Octal 373 364 230
Decimal 251 244 152
Hex FB F4 98

RGB Percentages of Color #fbf498

%38.79
%37.71
%23.49

CMYK Percentages of Color #fbf498

%0
%3
%39
%2

Triadic Colors of #fbf498

#fbf498 #98fbf4 #f498fb

Analogous Colors of #fbf498

#fbf498 #d1fb98 #fbc398

Monochromatic Colors of #fbf498

#fbf498

Complementary Color

#fbf498 #989ffb

#fbf498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf498 Color CSS Codes

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

#fbf498 Text Font Color

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

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


#fbf498 Background Color

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

This div background color is #fbf498


#fbf498 Border Color

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

This div border color is #fbf498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf498


Comments

No comments written yet.

Please login to write comment.