Color Hex Logo

#fbd33b Color Hex

#FBD33B
(251,211,59)
0 Favorites   0 Comments

Color spaces of #fbd33b

RGB 25121159
HSL0.130.960.61
HSV48°76°98°
CMYK 0.000.160.76   0.02
XYZ63.867367.413513.7836
Yxy67.41350.44030.4647
Hunter Lab82.1057-4.835847.5206
CIE-Lab85.7123-0.473174.9436

#fbd33b color RGB value is (251,211,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010011 00111011
Octal 373 323 73
Decimal 251 211 59
Hex FB D3 3B

RGB Percentages of Color #fbd33b

%48.18
%40.50
%11.32

CMYK Percentages of Color #fbd33b

%0
%16
%76
%2

Triadic Colors of #fbd33b

#fbd33b #3bfbd3 #d33bfb

Analogous Colors of #fbd33b

#fbd33b #c3fb3b #fb733b

Monochromatic Colors of #fbd33b

#fbd33b

Complementary Color

#fbd33b #3b63fb

#fbd33b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd33b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd33b Color CSS Codes

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

#fbd33b Text Font Color

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

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


#fbd33b Background Color

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

This div background color is #fbd33b


#fbd33b Border Color

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

This div border color is #fbd33b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd33b


Comments

No comments written yet.

Please login to write comment.