Color Hex Logo

#fbd132 Color Hex

#FBD132
(251,209,50)
0 Favorites   0 Comments

Color spaces of #fbd132

RGB 25120950
HSL0.130.960.59
HSV47°80°98°
CMYK 0.000.170.80   0.02
XYZ63.159866.340412.4937
Yxy66.34040.44480.4672
Hunter Lab81.4496-4.119747.9201
CIE-Lab85.16980.242577.2439

#fbd132 color RGB value is (251,209,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010001 00110010
Octal 373 321 62
Decimal 251 209 50
Hex FB D1 32

RGB Percentages of Color #fbd132

%49.22
%40.98
%9.80

CMYK Percentages of Color #fbd132

%0
%17
%80
%2

Triadic Colors of #fbd132

#fbd132 #32fbd1 #d132fb

Analogous Colors of #fbd132

#fbd132 #c1fb32 #fb6d32

Monochromatic Colors of #fbd132

#fbd132

Complementary Color

#fbd132 #325cfb

#fbd132 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd132 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd132 Color CSS Codes

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

#fbd132 Text Font Color

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

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


#fbd132 Background Color

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

This div background color is #fbd132


#fbd132 Border Color

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

This div border color is #fbd132


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd132


Comments

No comments written yet.

Please login to write comment.