Color Hex Logo

#fbd131 Color Hex

#FBD131
(251,209,49)
0 Favorites   0 Comments

Color spaces of #fbd131

RGB 25120949
HSL0.130.960.59
HSV48°80°98°
CMYK 0.000.170.80   0.02
XYZ63.138566.331912.3813
Yxy66.33190.44510.4676
Hunter Lab81.4444-4.148447.9977
CIE-Lab85.16540.212077.5287

#fbd131 color RGB value is (251,209,49).

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

The process color (four color CMYK) of #fbd131 color hex is 0.00, 0.17, 0.80, 0.02. Web safe color of #fbd131 is #ffcc33. Color #fbd131 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010001 00110001
Octal 373 321 61
Decimal 251 209 49
Hex FB D1 31

RGB Percentages of Color #fbd131

%49.31
%41.06
%9.63

CMYK Percentages of Color #fbd131

%0
%17
%80
%2

Triadic Colors of #fbd131

#fbd131 #31fbd1 #d131fb

Analogous Colors of #fbd131

#fbd131 #c0fb31 #fb6c31

Monochromatic Colors of #fbd131

#fbd131

Complementary Color

#fbd131 #315bfb

#fbd131 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd131 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd131 Color CSS Codes

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

#fbd131 Text Font Color

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

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


#fbd131 Background Color

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

This div background color is #fbd131


#fbd131 Border Color

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

This div border color is #fbd131


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd131

Related Colors


Comments

No comments written yet.

Please login to write comment.