Color Hex Logo

#fbd31d Color Hex

#FBD31D
(251,211,29)
0 Favorites   0 Comments

Color spaces of #fbd31d

RGB 25121129
HSL0.140.970.55
HSV49°88°98°
CMYK 0.000.160.88   0.02
XYZ63.299767.186510.7944
Yxy67.18650.44800.4756
Hunter Lab81.9674-5.595449.5692
CIE-Lab85.5980-1.281782.6049

#fbd31d color RGB value is (251,211,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010011 00011101
Octal 373 323 35
Decimal 251 211 29
Hex FB D3 1D

RGB Percentages of Color #fbd31d

%51.12
%42.97
%5.91

CMYK Percentages of Color #fbd31d

%0
%16
%88
%2

Triadic Colors of #fbd31d

#fbd31d #1dfbd3 #d31dfb

Analogous Colors of #fbd31d

#fbd31d #b4fb1d #fb641d

Monochromatic Colors of #fbd31d

#fbd31d

Complementary Color

#fbd31d #1d45fb

#fbd31d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd31d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd31d Color CSS Codes

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

#fbd31d Text Font Color

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

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


#fbd31d Background Color

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

This div background color is #fbd31d


#fbd31d Border Color

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

This div border color is #fbd31d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd31d


Comments

No comments written yet.

Please login to write comment.