Color Hex Logo

#fbc671 Color Hex

#FBC671
(251,198,113)
0 Favorites   0 Comments

Color spaces of #fbc671

RGB 251198113
HSL0.100.950.71
HSV37°55°98°
CMYK 0.000.210.55   0.02
XYZ62.958462.089724.2890
Yxy62.08970.42160.4158
Hunter Lab78.79704.725836.8819
CIE-Lab82.96119.298349.3266

#fbc671 color RGB value is (251,198,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000110 01110001
Octal 373 306 161
Decimal 251 198 113
Hex FB C6 71

RGB Percentages of Color #fbc671

%44.66
%35.23
%20.11

CMYK Percentages of Color #fbc671

%0
%21
%55
%2

Triadic Colors of #fbc671

#fbc671 #71fbc6 #c671fb

Analogous Colors of #fbc671

#fbc671 #ebfb71 #fb8171

Monochromatic Colors of #fbc671

#fbc671

Complementary Color

#fbc671 #71a6fb

#fbc671 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc671 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc671 Color CSS Codes

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

#fbc671 Text Font Color

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

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


#fbc671 Background Color

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

This div background color is #fbc671


#fbc671 Border Color

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

This div border color is #fbc671


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc671


Comments

No comments written yet.

Please login to write comment.