Color Hex Logo

#fbc55b Color Hex

#FBC55B
(251,197,91)
0 Favorites   0 Comments

Color spaces of #fbc55b

RGB 25119791
HSL0.110.950.67
HSV40°64°98°
CMYK 0.000.220.64   0.02
XYZ61.638261.197118.4611
Yxy61.19710.43620.4331
Hunter Lab78.22863.744540.7682
CIE-Lab82.48468.284159.1057

#fbc55b color RGB value is (251,197,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000101 01011011
Octal 373 305 133
Decimal 251 197 91
Hex FB C5 5B

RGB Percentages of Color #fbc55b

%46.57
%36.55
%16.88

CMYK Percentages of Color #fbc55b

%0
%22
%64
%2

Triadic Colors of #fbc55b

#fbc55b #5bfbc5 #c55bfb

Analogous Colors of #fbc55b

#fbc55b #e1fb5b #fb755b

Monochromatic Colors of #fbc55b

#fbc55b

Complementary Color

#fbc55b #5b91fb

#fbc55b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc55b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc55b Color CSS Codes

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

#fbc55b Text Font Color

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

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


#fbc55b Background Color

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

This div background color is #fbc55b


#fbc55b Border Color

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

This div border color is #fbc55b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc55b


Comments

No comments written yet.

Please login to write comment.