Color Hex Logo

#fbc832 Color Hex

#FBC832
(251,200,50)
0 Favorites   0 Comments

Color spaces of #fbc832

RGB 25120050
HSL0.120.960.59
HSV45°80°98°
CMYK 0.000.200.80   0.02
XYZ61.013762.048111.7783
Yxy62.04810.45250.4602
Hunter Lab78.77060.412946.2740
CIE-Lab82.93904.858975.2893

#fbc832 color RGB value is (251,200,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001000 00110010
Octal 373 310 62
Decimal 251 200 50
Hex FB C8 32

RGB Percentages of Color #fbc832

%50.10
%39.92
%9.98

CMYK Percentages of Color #fbc832

%0
%20
%80
%2

Triadic Colors of #fbc832

#fbc832 #32fbc8 #c832fb

Analogous Colors of #fbc832

#fbc832 #cafb32 #fb6432

Monochromatic Colors of #fbc832

#fbc832

Complementary Color

#fbc832 #3265fb

#fbc832 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc832 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc832 Color CSS Codes

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

#fbc832 Text Font Color

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

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


#fbc832 Background Color

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

This div background color is #fbc832


#fbc832 Border Color

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

This div border color is #fbc832


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc832


Comments

No comments written yet.

Please login to write comment.