Color Hex Logo

#fbdb1f Color Hex

#FBDB1F
(251,219,31)
0 Favorites   0 Comments

Color spaces of #fbdb1f

RGB 25121931
HSL0.140.960.55
HSV51°88°98°
CMYK 0.000.130.88   0.02
XYZ65.362571.271211.6081
Yxy71.27120.44090.4808
Hunter Lab84.4223-9.538450.9432
CIE-Lab87.6166-5.289983.8154

#fbdb1f color RGB value is (251,219,31).

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

The process color (four color CMYK) of #fbdb1f color hex is 0.00, 0.13, 0.88, 0.02. Web safe color of #fbdb1f is #ffcc33. Color #fbdb1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011011 00011111
Octal 373 333 37
Decimal 251 219 31
Hex FB DB 1F

RGB Percentages of Color #fbdb1f

%50.10
%43.71
%6.19

CMYK Percentages of Color #fbdb1f

%0
%13
%88
%2

Triadic Colors of #fbdb1f

#fbdb1f #1ffbdb #db1ffb

Analogous Colors of #fbdb1f

#fbdb1f #adfb1f #fb6d1f

Monochromatic Colors of #fbdb1f

#fbdb1f

Complementary Color

#fbdb1f #1f3ffb

#fbdb1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdb1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdb1f Color CSS Codes

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

#fbdb1f Text Font Color

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

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


#fbdb1f Background Color

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

This div background color is #fbdb1f


#fbdb1f Border Color

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

This div border color is #fbdb1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdb1f

#fbdb1f Color Palettes


Comments

No comments written yet.

Please login to write comment.