Color Hex Logo

#fbf227 Color Hex

#FBF227
(251,242,39)
0 Favorites   0 Comments

Color spaces of #fbf227

RGB 25124239
HSL0.160.960.57
HSV57°84°98°
CMYK 0.000.040.84   0.02
XYZ71.902084.160014.3743
Yxy84.16000.42190.4938
Hunter Lab91.7388-20.640154.9271
CIE-Lab93.5199-16.482286.9905

#fbf227 color RGB value is (251,242,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110010 00100111
Octal 373 362 47
Decimal 251 242 39
Hex FB F2 27

RGB Percentages of Color #fbf227

%47.18
%45.49
%7.33

CMYK Percentages of Color #fbf227

%0
%4
%84
%2

Triadic Colors of #fbf227

#fbf227 #27fbf2 #f227fb

Analogous Colors of #fbf227

#fbf227 #9afb27 #fb8827

Monochromatic Colors of #fbf227

#fbf227

Complementary Color

#fbf227 #2730fb

#fbf227 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf227 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf227 Color CSS Codes

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

#fbf227 Text Font Color

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

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


#fbf227 Background Color

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

This div background color is #fbf227


#fbf227 Border Color

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

This div border color is #fbf227


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf227

Related Colors


Comments

No comments written yet.

Please login to write comment.