Color Hex Logo

#fbda56 Color Hex

#FBDA56
(251,218,86)
0 Favorites   0 Comments

Color spaces of #fbda56

RGB 25121886
HSL0.130.950.66
HSV48°66°98°
CMYK 0.000.130.66   0.02
XYZ66.534871.323919.0642
Yxy71.32390.42400.4545
Hunter Lab84.4535-7.166345.7335
CIE-Lab87.6421-2.777166.8055

#fbda56 color RGB value is (251,218,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011010 01010110
Octal 373 332 126
Decimal 251 218 86
Hex FB DA 56

RGB Percentages of Color #fbda56

%45.23
%39.28
%15.50

CMYK Percentages of Color #fbda56

%0
%13
%66
%2

Triadic Colors of #fbda56

#fbda56 #56fbda #da56fb

Analogous Colors of #fbda56

#fbda56 #cafb56 #fb8856

Monochromatic Colors of #fbda56

#fbda56

Complementary Color

#fbda56 #5677fb

#fbda56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbda56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbda56 Color CSS Codes

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

#fbda56 Text Font Color

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

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


#fbda56 Background Color

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

This div background color is #fbda56


#fbda56 Border Color

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

This div border color is #fbda56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbda56

Related Colors


Comments

No comments written yet.

Please login to write comment.