Color Hex Logo

#fbd96e Color Hex

#FBD96E
(251,217,110)
0 Favorites   0 Comments

Color spaces of #fbd96e

RGB 251217110
HSL0.130.950.71
HSV46°56°98°
CMYK 0.000.140.56   0.02
XYZ67.411071.260724.9536
Yxy71.26070.41200.4355
Hunter Lab84.4161-5.185741.5650
CIE-Lab87.6115-0.704856.2482

#fbd96e color RGB value is (251,217,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011001 01101110
Octal 373 331 156
Decimal 251 217 110
Hex FB D9 6E

RGB Percentages of Color #fbd96e

%43.43
%37.54
%19.03

CMYK Percentages of Color #fbd96e

%0
%14
%56
%2

Triadic Colors of #fbd96e

#fbd96e #6efbd9 #d96efb

Analogous Colors of #fbd96e

#fbd96e #d7fb6e #fb936e

Monochromatic Colors of #fbd96e

#fbd96e

Complementary Color

#fbd96e #6e90fb

#fbd96e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd96e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd96e Color CSS Codes

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

#fbd96e Text Font Color

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

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


#fbd96e Background Color

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

This div background color is #fbd96e


#fbd96e Border Color

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

This div border color is #fbd96e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd96e


Comments

No comments written yet.

Please login to write comment.