Color Hex Logo

#fbd66e Color Hex

#FBD66E
(251,214,110)
0 Favorites   0 Comments

Color spaces of #fbd66e

RGB 251214110
HSL0.120.950.71
HSV44°56°98°
CMYK 0.000.150.56   0.02
XYZ66.644769.728224.6982
Yxy69.72820.41380.4329
Hunter Lab83.5034-3.668840.9159
CIE-Lab86.86340.823955.3773

#fbd66e color RGB value is (251,214,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010110 01101110
Octal 373 326 156
Decimal 251 214 110
Hex FB D6 6E

RGB Percentages of Color #fbd66e

%43.65
%37.22
%19.13

CMYK Percentages of Color #fbd66e

%0
%15
%56
%2

Triadic Colors of #fbd66e

#fbd66e #6efbd6 #d66efb

Analogous Colors of #fbd66e

#fbd66e #dafb6e #fb906e

Monochromatic Colors of #fbd66e

#fbd66e

Complementary Color

#fbd66e #6e93fb

#fbd66e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd66e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd66e Color CSS Codes

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

#fbd66e Text Font Color

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

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


#fbd66e Background Color

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

This div background color is #fbd66e


#fbd66e Border Color

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

This div border color is #fbd66e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd66e


Comments

No comments written yet.

Please login to write comment.