Color Hex Logo

#fbf002 Color Hex

#FBF002
(251,240,2)
0 Favorites   0 Comments

Color spaces of #fbf002

RGB 2512402
HSL0.160.980.50
HSV57°99°98°
CMYK 0.000.040.99   0.02
XYZ70.954782.833812.3062
Yxy82.83380.42720.4987
Hunter Lab91.0131-20.112555.6923
CIE-Lab92.9416-15.999191.1323

#fbf002 color RGB value is (251,240,2).

#fbf002 hex color red value is 251, green value is 240 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #fbf002 hue: 0.16 , saturation: 0.98 and the lightness value of fbf002 is 0.50.

The process color (four color CMYK) of #fbf002 color hex is 0.00, 0.04, 0.99, 0.02. Web safe color of #fbf002 is #ffff00. Color #fbf002 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110000 00000010
Octal 373 360 2
Decimal 251 240 2
Hex FB F0 2

RGB Percentages of Color #fbf002

%50.91
%48.68
%0.41

CMYK Percentages of Color #fbf002

%0
%4
%99
%2

Triadic Colors of #fbf002

#fbf002 #02fbf0 #f002fb

Analogous Colors of #fbf002

#fbf002 #8afb02 #fb7402

Monochromatic Colors of #fbf002

#fbf002

Complementary Color

#fbf002 #020dfb

#fbf002 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf002 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf002 Color CSS Codes

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

#fbf002 Text Font Color

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

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


#fbf002 Background Color

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

This div background color is #fbf002


#fbf002 Border Color

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

This div border color is #fbf002


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf002

Related Colors


Comments

No comments written yet.

Please login to write comment.