Color Hex Logo

#fbc324 Color Hex

#FBC324
(251,195,36)
0 Favorites   0 Comments

Color spaces of #fbc324

RGB 25119536
HSL0.120.960.56
HSV44°86°98°
CMYK 0.000.220.86   0.02
XYZ59.617259.666810.0437
Yxy59.66680.46100.4614
Hunter Lab77.24432.588946.3618
CIE-Lab81.65677.069778.0071

#fbc324 color RGB value is (251,195,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000011 00100100
Octal 373 303 44
Decimal 251 195 36
Hex FB C3 24

RGB Percentages of Color #fbc324

%52.07
%40.46
%7.47

CMYK Percentages of Color #fbc324

%0
%22
%86
%2

Triadic Colors of #fbc324

#fbc324 #24fbc3 #c324fb

Analogous Colors of #fbc324

#fbc324 #c8fb24 #fb5824

Monochromatic Colors of #fbc324

#fbc324

Complementary Color

#fbc324 #245cfb

#fbc324 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc324 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc324 Color CSS Codes

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

#fbc324 Text Font Color

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

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


#fbc324 Background Color

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

This div background color is #fbc324


#fbc324 Border Color

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

This div border color is #fbc324


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc324


Comments

No comments written yet.

Please login to write comment.