Color Hex Logo

#fbf21e Color Hex

#FBF21E
(251,242,30)
0 Favorites   0 Comments

Color spaces of #fbf21e

RGB 25124230
HSL0.160.970.55
HSV58°88°98°
CMYK 0.000.040.88   0.02
XYZ71.770184.107213.6799
Yxy84.10720.42330.4960
Hunter Lab91.7100-20.802555.3530
CIE-Lab93.4970-16.662288.6180

#fbf21e color RGB value is (251,242,30).

#fbf21e hex color red value is 251, green value is 242 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #fbf21e hue: 0.16 , saturation: 0.97 and the lightness value of fbf21e is 0.55.

The process color (four color CMYK) of #fbf21e color hex is 0.00, 0.04, 0.88, 0.02. Web safe color of #fbf21e is #ffff33. Color #fbf21e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110010 00011110
Octal 373 362 36
Decimal 251 242 30
Hex FB F2 1E

RGB Percentages of Color #fbf21e

%47.99
%46.27
%5.74

CMYK Percentages of Color #fbf21e

%0
%4
%88
%2

Triadic Colors of #fbf21e

#fbf21e #1efbf2 #f21efb

Analogous Colors of #fbf21e

#fbf21e #96fb1e #fb841e

Monochromatic Colors of #fbf21e

#fbf21e

Complementary Color

#fbf21e #1e27fb

#fbf21e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf21e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf21e Color CSS Codes

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

#fbf21e Text Font Color

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

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


#fbf21e Background Color

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

This div background color is #fbf21e


#fbf21e Border Color

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

This div border color is #fbf21e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf21e

Related Colors

#fbf21e Color Palettes


Comments

No comments written yet.

Please login to write comment.