Color Hex Logo

#fbd971 Color Hex

#FBD971
(251,217,113)
0 Favorites   0 Comments

Color spaces of #fbd971

RGB 251217113
HSL0.130.950.71
HSV45°55°98°
CMYK 0.000.140.55   0.02
XYZ67.577271.327225.8286
Yxy71.32720.41020.4330
Hunter Lab84.4554-4.969840.9864
CIE-Lab87.6437-0.477554.8896

#fbd971 color RGB value is (251,217,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011001 01110001
Octal 373 331 161
Decimal 251 217 113
Hex FB D9 71

RGB Percentages of Color #fbd971

%43.20
%37.35
%19.45

CMYK Percentages of Color #fbd971

%0
%14
%55
%2

Triadic Colors of #fbd971

#fbd971 #71fbd9 #d971fb

Analogous Colors of #fbd971

#fbd971 #d8fb71 #fb9471

Monochromatic Colors of #fbd971

#fbd971

Complementary Color

#fbd971 #7193fb

#fbd971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd971 Color CSS Codes

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

#fbd971 Text Font Color

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

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


#fbd971 Background Color

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

This div background color is #fbd971


#fbd971 Border Color

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

This div border color is #fbd971


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd971

Related Colors

#fbd971 Color Palettes


Comments

No comments written yet.

Please login to write comment.