Color Hex Logo

#fbc321 Color Hex

#FBC321
(251,195,33)
0 Favorites   0 Comments

Color spaces of #fbc321

RGB 25119533
HSL0.120.960.56
HSV45°87°98°
CMYK 0.000.220.87   0.02
XYZ59.573359.64929.8124
Yxy59.64920.46170.4623
Hunter Lab77.23292.527746.5303
CIE-Lab81.64717.006078.6896

#fbc321 color RGB value is (251,195,33).

#fbc321 hex color red value is 251, green value is 195 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #fbc321 hue: 0.12 , saturation: 0.96 and the lightness value of fbc321 is 0.56.

The process color (four color CMYK) of #fbc321 color hex is 0.00, 0.22, 0.87, 0.02. Web safe color of #fbc321 is #ffcc33. Color #fbc321 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000011 00100001
Octal 373 303 41
Decimal 251 195 33
Hex FB C3 21

RGB Percentages of Color #fbc321

%52.40
%40.71
%6.89

CMYK Percentages of Color #fbc321

%0
%22
%87
%2

Triadic Colors of #fbc321

#fbc321 #21fbc3 #c321fb

Analogous Colors of #fbc321

#fbc321 #c6fb21 #fb5621

Monochromatic Colors of #fbc321

#fbc321

Complementary Color

#fbc321 #2159fb

#fbc321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc321 Color CSS Codes

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

#fbc321 Text Font Color

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

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


#fbc321 Background Color

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

This div background color is #fbc321


#fbc321 Border Color

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

This div border color is #fbc321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc321


Comments

No comments written yet.

Please login to write comment.