Color Hex Logo

#fbd656 Color Hex

#FBD656
(251,214,86)
0 Favorites   0 Comments

Color spaces of #fbd656

RGB 25121486
HSL0.130.950.66
HSV47°66°98°
CMYK 0.000.150.66   0.02
XYZ65.509969.274218.7226
Yxy69.27420.42680.4513
Hunter Lab83.2311-5.159944.9247
CIE-Lab86.6396-0.747465.7494

#fbd656 color RGB value is (251,214,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010110 01010110
Octal 373 326 126
Decimal 251 214 86
Hex FB D6 56

RGB Percentages of Color #fbd656

%45.55
%38.84
%15.61

CMYK Percentages of Color #fbd656

%0
%15
%66
%2

Triadic Colors of #fbd656

#fbd656 #56fbd6 #d656fb

Analogous Colors of #fbd656

#fbd656 #cefb56 #fb8456

Monochromatic Colors of #fbd656

#fbd656

Complementary Color

#fbd656 #567bfb

#fbd656 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd656 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd656 Color CSS Codes

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

#fbd656 Text Font Color

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

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


#fbd656 Background Color

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

This div background color is #fbd656


#fbd656 Border Color

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

This div border color is #fbd656


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd656

Related Colors

#fbd656 Color Palettes


Comments

No comments written yet.

Please login to write comment.