Color Hex Logo

#fbc55e Color Hex

#FBC55E
(251,197,94)
0 Favorites   0 Comments

Color spaces of #fbc55e

RGB 25119794
HSL0.110.950.68
HSV39°63°98°
CMYK 0.000.220.63   0.02
XYZ61.770361.249919.1564
Yxy61.24990.43450.4308
Hunter Lab78.26233.926140.2711
CIE-Lab82.51298.471057.7819

#fbc55e color RGB value is (251,197,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000101 01011110
Octal 373 305 136
Decimal 251 197 94
Hex FB C5 5E

RGB Percentages of Color #fbc55e

%46.31
%36.35
%17.34

CMYK Percentages of Color #fbc55e

%0
%22
%63
%2

Triadic Colors of #fbc55e

#fbc55e #5efbc5 #c55efb

Analogous Colors of #fbc55e

#fbc55e #e3fb5e #fb775e

Monochromatic Colors of #fbc55e

#fbc55e

Complementary Color

#fbc55e #5e94fb

#fbc55e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc55e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc55e Color CSS Codes

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

#fbc55e Text Font Color

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

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


#fbc55e Background Color

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

This div background color is #fbc55e


#fbc55e Border Color

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

This div border color is #fbc55e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc55e

Related Colors


Comments

No comments written yet.

Please login to write comment.