Color Hex Logo

#fbd81b Color Hex

#FBD81B
(251,216,27)
0 Favorites   0 Comments

Color spaces of #fbd81b

RGB 25121627
HSL0.140.970.55
HSV51°89°98°
CMYK 0.000.140.89   0.02
XYZ64.537469.700111.0889
Yxy69.70010.44410.4796
Hunter Lab83.4866-8.116250.5656
CIE-Lab86.8496-3.848783.9284

#fbd81b color RGB value is (251,216,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011000 00011011
Octal 373 330 33
Decimal 251 216 27
Hex FB D8 1B

RGB Percentages of Color #fbd81b

%50.81
%43.72
%5.47

CMYK Percentages of Color #fbd81b

%0
%14
%89
%2

Triadic Colors of #fbd81b

#fbd81b #1bfbd8 #d81bfb

Analogous Colors of #fbd81b

#fbd81b #aefb1b #fb681b

Monochromatic Colors of #fbd81b

#fbd81b

Complementary Color

#fbd81b #1b3efb

#fbd81b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd81b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd81b Color CSS Codes

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

#fbd81b Text Font Color

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

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


#fbd81b Background Color

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

This div background color is #fbd81b


#fbd81b Border Color

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

This div border color is #fbd81b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd81b


Comments

No comments written yet.

Please login to write comment.