Color Hex Logo

#fbd41f Color Hex

#FBD41F
(251,212,31)
0 Favorites   0 Comments

Color spaces of #fbd41f

RGB 25121231
HSL0.140.960.55
HSV49°88°98°
CMYK 0.000.160.88   0.02
XYZ63.574567.695111.0121
Yxy67.69510.44680.4758
Hunter Lab82.2770-6.059949.6584
CIE-Lab85.8538-1.753082.4276

#fbd41f color RGB value is (251,212,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010100 00011111
Octal 373 324 37
Decimal 251 212 31
Hex FB D4 1F

RGB Percentages of Color #fbd41f

%50.81
%42.91
%6.28

CMYK Percentages of Color #fbd41f

%0
%16
%88
%2

Triadic Colors of #fbd41f

#fbd41f #1ffbd4 #d41ffb

Analogous Colors of #fbd41f

#fbd41f #b4fb1f #fb661f

Monochromatic Colors of #fbd41f

#fbd41f

Complementary Color

#fbd41f #1f46fb

#fbd41f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd41f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd41f Color CSS Codes

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

#fbd41f Text Font Color

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

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


#fbd41f Background Color

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

This div background color is #fbd41f


#fbd41f Border Color

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

This div border color is #fbd41f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd41f


Comments

No comments written yet.

Please login to write comment.