Color Hex Logo

#fbc54e Color Hex

#FBC54E
(251,197,78)
0 Favorites   0 Comments

Color spaces of #fbc54e

RGB 25119778
HSL0.110.960.65
HSV41°69°98°
CMYK 0.000.220.69   0.02
XYZ61.125160.991815.7587
Yxy60.99180.44330.4424
Hunter Lab78.09723.038142.7044
CIE-Lab82.37437.555164.6043

#fbc54e color RGB value is (251,197,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000101 01001110
Octal 373 305 116
Decimal 251 197 78
Hex FB C5 4E

RGB Percentages of Color #fbc54e

%47.72
%37.45
%14.83

CMYK Percentages of Color #fbc54e

%0
%22
%69
%2

Triadic Colors of #fbc54e

#fbc54e #4efbc5 #c54efb

Analogous Colors of #fbc54e

#fbc54e #dbfb4e #fb6f4e

Monochromatic Colors of #fbc54e

#fbc54e

Complementary Color

#fbc54e #4e84fb

#fbc54e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc54e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc54e Color CSS Codes

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

#fbc54e Text Font Color

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

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


#fbc54e Background Color

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

This div background color is #fbc54e


#fbc54e Border Color

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

This div border color is #fbc54e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc54e


Comments

No comments written yet.

Please login to write comment.