Color Hex Logo

#fbf298 Color Hex

#FBF298
(251,242,152)
0 Favorites   0 Comments

Color spaces of #fbf298

RGB 251242152
HSL0.150.930.79
HSV55°39°98°
CMYK 0.000.040.39   0.02
XYZ77.203386.280542.2905
Yxy86.28050.37520.4193
Hunter Lab92.8873-14.192538.0271
CIE-Lab94.4322-9.481944.4771

#fbf298 color RGB value is (251,242,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110010 10011000
Octal 373 362 230
Decimal 251 242 152
Hex FB F2 98

RGB Percentages of Color #fbf298

%38.91
%37.52
%23.57

CMYK Percentages of Color #fbf298

%0
%4
%39
%2

Triadic Colors of #fbf298

#fbf298 #98fbf2 #f298fb

Analogous Colors of #fbf298

#fbf298 #d3fb98 #fbc198

Monochromatic Colors of #fbf298

#fbf298

Complementary Color

#fbf298 #98a1fb

#fbf298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf298 Color CSS Codes

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

#fbf298 Text Font Color

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

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


#fbf298 Background Color

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

This div background color is #fbf298


#fbf298 Border Color

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

This div border color is #fbf298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf298


Comments

No comments written yet.

Please login to write comment.