Color Hex Logo

#fbc35b Color Hex

#FBC35B
(251,195,91)
0 Favorites   0 Comments

Color spaces of #fbc35b

RGB 25119591
HSL0.110.950.67
HSV39°64°98°
CMYK 0.000.220.64   0.02
XYZ61.187160.294818.3107
Yxy60.29480.43770.4313
Hunter Lab77.64974.768940.3735
CIE-Lab81.99829.322458.5685

#fbc35b color RGB value is (251,195,91).

#fbc35b hex color red value is 251, green value is 195 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #fbc35b hue: 0.11 , saturation: 0.95 and the lightness value of fbc35b is 0.67.

The process color (four color CMYK) of #fbc35b color hex is 0.00, 0.22, 0.64, 0.02. Web safe color of #fbc35b is #ffcc66. Color #fbc35b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000011 01011011
Octal 373 303 133
Decimal 251 195 91
Hex FB C3 5B

RGB Percentages of Color #fbc35b

%46.74
%36.31
%16.95

CMYK Percentages of Color #fbc35b

%0
%22
%64
%2

Triadic Colors of #fbc35b

#fbc35b #5bfbc3 #c35bfb

Analogous Colors of #fbc35b

#fbc35b #e3fb5b #fb735b

Monochromatic Colors of #fbc35b

#fbc35b

Complementary Color

#fbc35b #5b93fb

#fbc35b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc35b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc35b Color CSS Codes

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

#fbc35b Text Font Color

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

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


#fbc35b Background Color

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

This div background color is #fbc35b


#fbc35b Border Color

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

This div border color is #fbc35b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc35b


Comments

No comments written yet.

Please login to write comment.