color codes Logo

#fbd80a color codes

#FBD80A
(251,216,10)
0 Favorites   0 Comments

Color spaces of #fbd80a

RGB 25121610
HSL0.140.970.51
HSV51°96°98°
CMYK 0.000.140.96   0.02
XYZ64.394369.642910.3356
Yxy69.64290.44600.4824
Hunter Lab83.4523-8.305651.0735
CIE-Lab86.8214-4.052486.0446

#fbd80a color RGB value is (251,216,10).

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

The process color (four color CMYK) of #fbd80a color code is 0.00, 0.14, 0.96, 0.02. Web safe color of #fbd80a is #ffcc00. Color #fbd80a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011000 00001010
Octal 373 330 12
Decimal 251 216 10
Hex FB D8 A

RGB Percentages of Color #fbd80a

%52.62
%45.28
%2.10

CMYK Percentages of Color #fbd80a

%0
%14
%96
%2

Triadic Colors of #fbd80a

#fbd80a #0afbd8 #d80afb

Analogous Colors of #fbd80a

#fbd80a #a6fb0a #fb5f0a

Monochromatic Colors of #fbd80a

#fbd80a

Complementary Color

#fbd80a #0a2dfb

#fbd80a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd80a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd80a Color CSS Codes

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

#fbd80a Text Font Color

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

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


#fbd80a Background Color

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

This div background color is #fbd80a


#fbd80a Border Color

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

This div border color is #fbd80a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd80a


Comments

No comments written yet.

Please login to write comment.