Color Hex Logo

#fbd232 Color Hex

#FBD232
(251,210,50)
0 Favorites   0 Comments

Color spaces of #fbd232

RGB 25121050
HSL0.130.960.59
HSV48°80°98°
CMYK 0.000.160.80   0.02
XYZ63.406066.832712.5758
Yxy66.83270.44400.4680
Hunter Lab81.7513-4.620748.1053
CIE-Lab85.4194-0.267477.4619

#fbd232 color RGB value is (251,210,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010010 00110010
Octal 373 322 62
Decimal 251 210 50
Hex FB D2 32

RGB Percentages of Color #fbd232

%49.12
%41.10
%9.78

CMYK Percentages of Color #fbd232

%0
%16
%80
%2

Triadic Colors of #fbd232

#fbd232 #32fbd2 #d232fb

Analogous Colors of #fbd232

#fbd232 #c0fb32 #fb6e32

Monochromatic Colors of #fbd232

#fbd232

Complementary Color

#fbd232 #325bfb

#fbd232 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd232 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd232 Color CSS Codes

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

#fbd232 Text Font Color

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

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


#fbd232 Background Color

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

This div background color is #fbd232


#fbd232 Border Color

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

This div border color is #fbd232


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd232

Related Colors


Comments

No comments written yet.

Please login to write comment.