Color Hex Logo

#fbd650 Color Hex

#FBD650
(251,214,80)
0 Favorites   0 Comments

Color spaces of #fbd650

RGB 25121480
HSL0.130.960.65
HSV47°68°98°
CMYK 0.000.150.68   0.02
XYZ65.278269.181617.5023
Yxy69.18160.42960.4553
Hunter Lab83.1755-5.465845.7467
CIE-Lab86.5939-1.071568.1413

#fbd650 color RGB value is (251,214,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010110 01010000
Octal 373 326 120
Decimal 251 214 80
Hex FB D6 50

RGB Percentages of Color #fbd650

%46.06
%39.27
%14.68

CMYK Percentages of Color #fbd650

%0
%15
%68
%2

Triadic Colors of #fbd650

#fbd650 #50fbd6 #d650fb

Analogous Colors of #fbd650

#fbd650 #cbfb50 #fb8150

Monochromatic Colors of #fbd650

#fbd650

Complementary Color

#fbd650 #5075fb

#fbd650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd650 Color CSS Codes

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

#fbd650 Text Font Color

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

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


#fbd650 Background Color

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

This div background color is #fbd650


#fbd650 Border Color

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

This div border color is #fbd650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd650


Comments

No comments written yet.

Please login to write comment.