Color Hex Logo

#fbd80f Color Hex

#FBD80F
(251,216,15)
0 Favorites   0 Comments

Color spaces of #fbd80f

RGB 25121615
HSL0.140.970.52
HSV51°94°98°
CMYK 0.000.140.94   0.02
XYZ64.425869.655510.5012
Yxy69.65550.44560.4818
Hunter Lab83.4599-8.263950.9618
CIE-Lab86.8276-4.007585.5706

#fbd80f color RGB value is (251,216,15).

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

The process color (four color CMYK) of #fbd80f color hex is 0.00, 0.14, 0.94, 0.02. Web safe color of #fbd80f is #ffcc00. Color #fbd80f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011000 00001111
Octal 373 330 17
Decimal 251 216 15
Hex FB D8 F

RGB Percentages of Color #fbd80f

%52.07
%44.81
%3.11

CMYK Percentages of Color #fbd80f

%0
%14
%94
%2

Triadic Colors of #fbd80f

#fbd80f #0ffbd8 #d80ffb

Analogous Colors of #fbd80f

#fbd80f #a8fb0f #fb620f

Monochromatic Colors of #fbd80f

#fbd80f

Complementary Color

#fbd80f #0f32fb

#fbd80f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd80f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd80f Color CSS Codes

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

#fbd80f Text Font Color

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

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


#fbd80f Background Color

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

This div background color is #fbd80f


#fbd80f Border Color

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

This div border color is #fbd80f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd80f


Comments

No comments written yet.

Please login to write comment.