Color Hex Logo

#fbd31f Color Hex

#FBD31F
(251,211,31)
0 Favorites   0 Comments

Color spaces of #fbd31f

RGB 25121131
HSL0.140.960.55
HSV49°88°98°
CMYK 0.000.160.88   0.02
XYZ63.325267.196710.9290
Yxy67.19670.44770.4751
Hunter Lab81.9736-5.561249.4768
CIE-Lab85.6032-1.245282.2306

#fbd31f color RGB value is (251,211,31).

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

The process color (four color CMYK) of #fbd31f color hex is 0.00, 0.16, 0.88, 0.02. Web safe color of #fbd31f is #ffcc33. Color #fbd31f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010011 00011111
Octal 373 323 37
Decimal 251 211 31
Hex FB D3 1F

RGB Percentages of Color #fbd31f

%50.91
%42.80
%6.29

CMYK Percentages of Color #fbd31f

%0
%16
%88
%2

Triadic Colors of #fbd31f

#fbd31f #1ffbd3 #d31ffb

Analogous Colors of #fbd31f

#fbd31f #b5fb1f #fb651f

Monochromatic Colors of #fbd31f

#fbd31f

Complementary Color

#fbd31f #1f47fb

#fbd31f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd31f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd31f Color CSS Codes

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

#fbd31f Text Font Color

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

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


#fbd31f Background Color

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

This div background color is #fbd31f


#fbd31f Border Color

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

This div border color is #fbd31f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd31f


Comments

No comments written yet.

Please login to write comment.