Color Hex Logo

#fbd91b Color Hex

#FBD91B
(251,217,27)
0 Favorites   0 Comments

Color spaces of #fbd91b

RGB 25121727
HSL0.140.970.55
HSV51°89°98°
CMYK 0.000.140.89   0.02
XYZ64.794370.214111.1746
Yxy70.21410.44320.4803
Hunter Lab83.7939-8.612650.7489
CIE-Lab87.1018-4.353484.1233

#fbd91b color RGB value is (251,217,27).

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

The process color (four color CMYK) of #fbd91b color hex is 0.00, 0.14, 0.89, 0.02. Web safe color of #fbd91b is #ffcc33. Color #fbd91b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011001 00011011
Octal 373 331 33
Decimal 251 217 27
Hex FB D9 1B

RGB Percentages of Color #fbd91b

%50.71
%43.84
%5.45

CMYK Percentages of Color #fbd91b

%0
%14
%89
%2

Triadic Colors of #fbd91b

#fbd91b #1bfbd9 #d91bfb

Analogous Colors of #fbd91b

#fbd91b #adfb1b #fb691b

Monochromatic Colors of #fbd91b

#fbd91b

Complementary Color

#fbd91b #1b3dfb

#fbd91b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd91b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd91b Color CSS Codes

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

#fbd91b Text Font Color

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

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


#fbd91b Background Color

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

This div background color is #fbd91b


#fbd91b Border Color

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

This div border color is #fbd91b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd91b


Comments

No comments written yet.

Please login to write comment.