Color Hex Logo

#fbc57f Color Hex

#FBC57F
(251,197,127)
0 Favorites   0 Comments

Color spaces of #fbc57f

RGB 251197127
HSL0.090.940.74
HSV34°49°98°
CMYK 0.000.220.49   0.02
XYZ63.580761.974028.6898
Yxy61.97400.41220.4018
Hunter Lab78.72366.398433.4990
CIE-Lab82.899610.994742.2975

#fbc57f color RGB value is (251,197,127).

#fbc57f hex color red value is 251, green value is 197 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #fbc57f hue: 0.09 , saturation: 0.94 and the lightness value of fbc57f is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000101 01111111
Octal 373 305 177
Decimal 251 197 127
Hex FB C5 7F

RGB Percentages of Color #fbc57f

%43.65
%34.26
%22.09

CMYK Percentages of Color #fbc57f

%0
%22
%49
%2

Triadic Colors of #fbc57f

#fbc57f #7ffbc5 #c57ffb

Analogous Colors of #fbc57f

#fbc57f #f3fb7f #fb877f

Monochromatic Colors of #fbc57f

#fbc57f

Complementary Color

#fbc57f #7fb5fb

#fbc57f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc57f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc57f Color CSS Codes

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

#fbc57f Text Font Color

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

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


#fbc57f Background Color

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

This div background color is #fbc57f


#fbc57f Border Color

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

This div border color is #fbc57f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc57f


Comments

No comments written yet.

Please login to write comment.