Color Hex Logo

#fbd600 Color Hex

#FBD600
(251,214,0)
0 Favorites   0 Comments

Color spaces of #fbd600

RGB 2512140
HSL0.141.000.49
HSV51°100°98°
CMYK 0.000.151.00   0.02
XYZ63.830268.60249.8774
Yxy68.60240.44850.4821
Hunter Lab82.8266-7.385750.9080
CIE-Lab86.3068-3.120286.5259

#fbd600 color RGB value is (251,214,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010110 00000000
Octal 373 326 0
Decimal 251 214 0
Hex FB D6 0

RGB Percentages of Color #fbd600

%53.98
%46.02
%0.00

CMYK Percentages of Color #fbd600

%0
%15
%100
%2

Triadic Colors of #fbd600

#fbd600 #00fbd6 #d600fb

Analogous Colors of #fbd600

#fbd600 #a3fb00 #fb5900

Monochromatic Colors of #fbd600

#fbd600

Complementary Color

#fbd600 #0025fb

#fbd600 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd600 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd600 Color CSS Codes

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

#fbd600 Text Font Color

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

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


#fbd600 Background Color

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

This div background color is #fbd600


#fbd600 Border Color

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

This div border color is #fbd600


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd600


Comments

No comments written yet.

Please login to write comment.