Color Hex Logo

#fbdb50 Color Hex

#FBDB50
(251,219,80)
0 Favorites   0 Comments

Color spaces of #fbdb50

RGB 25121980
HSL0.140.960.65
HSV49°68°98°
CMYK 0.000.130.68   0.02
XYZ66.563171.751517.9306
Yxy71.75150.42600.4592
Hunter Lab84.7063-7.968746.7439
CIE-Lab87.8488-3.605169.4251

#fbdb50 color RGB value is (251,219,80).

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

The process color (four color CMYK) of #fbdb50 color hex is 0.00, 0.13, 0.68, 0.02. Web safe color of #fbdb50 is #ffcc66. Color #fbdb50 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011011 01010000
Octal 373 333 120
Decimal 251 219 80
Hex FB DB 50

RGB Percentages of Color #fbdb50

%45.64
%39.82
%14.55

CMYK Percentages of Color #fbdb50

%0
%13
%68
%2

Triadic Colors of #fbdb50

#fbdb50 #50fbdb #db50fb

Analogous Colors of #fbdb50

#fbdb50 #c6fb50 #fb8650

Monochromatic Colors of #fbdb50

#fbdb50

Complementary Color

#fbdb50 #5070fb

#fbdb50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdb50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdb50 Color CSS Codes

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

#fbdb50 Text Font Color

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

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


#fbdb50 Background Color

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

This div background color is #fbdb50


#fbdb50 Border Color

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

This div border color is #fbdb50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdb50

Related Colors


Comments

No comments written yet.

Please login to write comment.