Color Hex Logo

#fbd956 Color Hex

#FBD956
(251,217,86)
0 Favorites   0 Comments

Color spaces of #fbd956

RGB 25121786
HSL0.130.950.66
HSV48°66°98°
CMYK 0.000.140.66   0.02
XYZ66.276270.806818.9781
Yxy70.80680.42470.4537
Hunter Lab84.1468-6.665645.5307
CIE-Lab87.3911-2.270866.5413

#fbd956 color RGB value is (251,217,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011001 01010110
Octal 373 331 126
Decimal 251 217 86
Hex FB D9 56

RGB Percentages of Color #fbd956

%45.31
%39.17
%15.52

CMYK Percentages of Color #fbd956

%0
%14
%66
%2

Triadic Colors of #fbd956

#fbd956 #56fbd9 #d956fb

Analogous Colors of #fbd956

#fbd956 #cbfb56 #fb8756

Monochromatic Colors of #fbd956

#fbd956

Complementary Color

#fbd956 #5678fb

#fbd956 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd956 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd956 Color CSS Codes

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

#fbd956 Text Font Color

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

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


#fbd956 Background Color

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

This div background color is #fbd956


#fbd956 Border Color

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

This div border color is #fbd956


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd956


Comments

No comments written yet.

Please login to write comment.