Color Hex Logo

#fbd73b Color Hex

#FBD73B
(251,215,59)
0 Favorites   0 Comments

Color spaces of #fbd73b

RGB 25121559
HSL0.140.960.61
HSV49°76°98°
CMYK 0.000.140.76   0.02
XYZ64.873569.425914.1190
Yxy69.42590.43710.4678
Hunter Lab83.3222-6.836348.2788
CIE-Lab86.7145-2.505075.8635

#fbd73b color RGB value is (251,215,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010111 00111011
Octal 373 327 73
Decimal 251 215 59
Hex FB D7 3B

RGB Percentages of Color #fbd73b

%47.81
%40.95
%11.24

CMYK Percentages of Color #fbd73b

%0
%14
%76
%2

Triadic Colors of #fbd73b

#fbd73b #3bfbd7 #d73bfb

Analogous Colors of #fbd73b

#fbd73b #bffb3b #fb773b

Monochromatic Colors of #fbd73b

#fbd73b

Complementary Color

#fbd73b #3b5ffb

#fbd73b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd73b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd73b Color CSS Codes

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

#fbd73b Text Font Color

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

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


#fbd73b Background Color

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

This div background color is #fbd73b


#fbd73b Border Color

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

This div border color is #fbd73b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd73b

Related Colors


Comments

No comments written yet.

Please login to write comment.