Color Hex Logo

#fbc171 Color Hex

#FBC171
(251,193,113)
0 Favorites   0 Comments

Color spaces of #fbc171

RGB 251193113
HSL0.100.950.71
HSV35°55°98°
CMYK 0.000.230.55   0.02
XYZ61.834359.841423.9143
Yxy59.84140.42470.4110
Hunter Lab77.35727.306135.8211
CIE-Lab81.751911.900747.8687

#fbc171 color RGB value is (251,193,113).

#fbc171 hex color red value is 251, green value is 193 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #fbc171 hue: 0.10 , saturation: 0.95 and the lightness value of fbc171 is 0.71.

The process color (four color CMYK) of #fbc171 color hex is 0.00, 0.23, 0.55, 0.02. Web safe color of #fbc171 is #ffcc66. Color #fbc171 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000001 01110001
Octal 373 301 161
Decimal 251 193 113
Hex FB C1 71

RGB Percentages of Color #fbc171

%45.06
%34.65
%20.29

CMYK Percentages of Color #fbc171

%0
%23
%55
%2

Triadic Colors of #fbc171

#fbc171 #71fbc1 #c171fb

Analogous Colors of #fbc171

#fbc171 #f0fb71 #fb7c71

Monochromatic Colors of #fbc171

#fbc171

Complementary Color

#fbc171 #71abfb

#fbc171 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc171 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc171 Color CSS Codes

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

#fbc171 Text Font Color

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

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


#fbc171 Background Color

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

This div background color is #fbc171


#fbc171 Border Color

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

This div border color is #fbc171


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc171


Comments

No comments written yet.

Please login to write comment.