Color Hex Logo

#fbd950 Color Hex

#FBD950
(251,217,80)
0 Favorites   0 Comments

Color spaces of #fbd950

RGB 25121780
HSL0.130.960.65
HSV48°68°98°
CMYK 0.000.140.68   0.02
XYZ66.044570.714117.7577
Yxy70.71410.42740.4576
Hunter Lab84.0917-6.968946.3439
CIE-Lab87.3459-2.593568.9115

#fbd950 color RGB value is (251,217,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011001 01010000
Octal 373 331 120
Decimal 251 217 80
Hex FB D9 50

RGB Percentages of Color #fbd950

%45.80
%39.60
%14.60

CMYK Percentages of Color #fbd950

%0
%14
%68
%2

Triadic Colors of #fbd950

#fbd950 #50fbd9 #d950fb

Analogous Colors of #fbd950

#fbd950 #c8fb50 #fb8450

Monochromatic Colors of #fbd950

#fbd950

Complementary Color

#fbd950 #5072fb

#fbd950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd950 Color CSS Codes

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

#fbd950 Text Font Color

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

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


#fbd950 Background Color

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

This div background color is #fbd950


#fbd950 Border Color

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

This div border color is #fbd950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd950


Comments

No comments written yet.

Please login to write comment.