Color Hex Logo

#fbd332 Color Hex

#FBD332
(251,211,50)
0 Favorites   0 Comments

Color spaces of #fbd332

RGB 25121150
HSL0.130.960.59
HSV48°80°98°
CMYK 0.000.160.80   0.02
XYZ63.653667.328112.6583
Yxy67.32810.44310.4687
Hunter Lab82.0537-5.121648.2910
CIE-Lab85.6694-0.776977.6803

#fbd332 color RGB value is (251,211,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010011 00110010
Octal 373 323 62
Decimal 251 211 50
Hex FB D3 32

RGB Percentages of Color #fbd332

%49.02
%41.21
%9.77

CMYK Percentages of Color #fbd332

%0
%16
%80
%2

Triadic Colors of #fbd332

#fbd332 #32fbd3 #d332fb

Analogous Colors of #fbd332

#fbd332 #bffb32 #fb6f32

Monochromatic Colors of #fbd332

#fbd332

Complementary Color

#fbd332 #325afb

#fbd332 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd332 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd332 Color CSS Codes

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

#fbd332 Text Font Color

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

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


#fbd332 Background Color

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

This div background color is #fbd332


#fbd332 Border Color

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

This div border color is #fbd332


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd332


Comments

No comments written yet.

Please login to write comment.