Color Hex Logo

#fbc334 Color Hex

#FBC334
(251,195,52)
0 Favorites   0 Comments

Color spaces of #fbc334

RGB 25119552
HSL0.120.960.59
HSV43°79°98°
CMYK 0.000.220.79   0.02
XYZ59.918659.787411.6309
Yxy59.78740.45620.4552
Hunter Lab77.32233.009245.2072
CIE-Lab81.72257.506373.5911

#fbc334 color RGB value is (251,195,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000011 00110100
Octal 373 303 64
Decimal 251 195 52
Hex FB C3 34

RGB Percentages of Color #fbc334

%50.40
%39.16
%10.44

CMYK Percentages of Color #fbc334

%0
%22
%79
%2

Triadic Colors of #fbc334

#fbc334 #34fbc3 #c334fb

Analogous Colors of #fbc334

#fbc334 #d0fb34 #fb5f34

Monochromatic Colors of #fbc334

#fbc334

Complementary Color

#fbc334 #346cfb

#fbc334 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc334 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc334 Color CSS Codes

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

#fbc334 Text Font Color

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

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


#fbc334 Background Color

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

This div background color is #fbc334


#fbc334 Border Color

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

This div border color is #fbc334


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc334

Related Colors


Comments

No comments written yet.

Please login to write comment.