Color Hex Logo

#fbd500 Color Hex

#FBD500
(251,213,0)
0 Favorites   0 Comments

Color spaces of #fbd500

RGB 2512130
HSL0.141.000.49
HSV51°100°98°
CMYK 0.000.151.00   0.02
XYZ63.577968.09779.7933
Yxy68.09770.44940.4814
Hunter Lab82.5213-6.888450.7286
CIE-Lab86.0553-2.613886.3481

#fbd500 color RGB value is (251,213,0).

#fbd500 hex color red value is 251, green value is 213 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #fbd500 hue: 0.14 , saturation: 1.00 and the lightness value of fbd500 is 0.49.

The process color (four color CMYK) of #fbd500 color hex is 0.00, 0.15, 1.00, 0.02. Web safe color of #fbd500 is #ffcc00. Color #fbd500 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010101 00000000
Octal 373 325 0
Decimal 251 213 0
Hex FB D5 0

RGB Percentages of Color #fbd500

%54.09
%45.91
%0.00

CMYK Percentages of Color #fbd500

%0
%15
%100
%2

Triadic Colors of #fbd500

#fbd500 #00fbd5 #d500fb

Analogous Colors of #fbd500

#fbd500 #a4fb00 #fb5800

Monochromatic Colors of #fbd500

#fbd500

Complementary Color

#fbd500 #0026fb

#fbd500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd500 Color CSS Codes

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

#fbd500 Text Font Color

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

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


#fbd500 Background Color

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

This div background color is #fbd500


#fbd500 Border Color

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

This div border color is #fbd500


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd500

Related Colors

#fbd500 Color Palettes


Comments

No comments written yet.

Please login to write comment.