Color Hex Logo

#fbd41b Color Hex

#FBD41B
(251,212,27)
0 Favorites   0 Comments

Color spaces of #fbd41b

RGB 25121227
HSL0.140.970.55
HSV50°89°98°
CMYK 0.000.160.89   0.02
XYZ63.525067.675310.7514
Yxy67.67530.44750.4767
Hunter Lab82.2650-6.126149.8368
CIE-Lab85.8438-1.823783.1517

#fbd41b color RGB value is (251,212,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010100 00011011
Octal 373 324 33
Decimal 251 212 27
Hex FB D4 1B

RGB Percentages of Color #fbd41b

%51.22
%43.27
%5.51

CMYK Percentages of Color #fbd41b

%0
%16
%89
%2

Triadic Colors of #fbd41b

#fbd41b #1bfbd4 #d41bfb

Analogous Colors of #fbd41b

#fbd41b #b2fb1b #fb641b

Monochromatic Colors of #fbd41b

#fbd41b

Complementary Color

#fbd41b #1b42fb

#fbd41b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd41b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd41b Color CSS Codes

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

#fbd41b Text Font Color

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

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


#fbd41b Background Color

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

This div background color is #fbd41b


#fbd41b Border Color

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

This div border color is #fbd41b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd41b


Comments

No comments written yet.

Please login to write comment.