Color Hex Logo

#fbd966 Color Hex

#FBD966
(251,217,102)
0 Favorites   0 Comments

Color spaces of #fbd966

RGB 251217102
HSL0.130.950.69
HSV46°59°98°
CMYK 0.000.140.59   0.02
XYZ66.994871.094222.7619
Yxy71.09420.41650.4420
Hunter Lab84.3174-5.727343.0165
CIE-Lab87.5308-1.276359.8026

#fbd966 color RGB value is (251,217,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011001 01100110
Octal 373 331 146
Decimal 251 217 102
Hex FB D9 66

RGB Percentages of Color #fbd966

%44.04
%38.07
%17.89

CMYK Percentages of Color #fbd966

%0
%14
%59
%2

Triadic Colors of #fbd966

#fbd966 #66fbd9 #d966fb

Analogous Colors of #fbd966

#fbd966 #d3fb66 #fb8f66

Monochromatic Colors of #fbd966

#fbd966

Complementary Color

#fbd966 #6688fb

#fbd966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd966 Color CSS Codes

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

#fbd966 Text Font Color

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

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


#fbd966 Background Color

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

This div background color is #fbd966


#fbd966 Border Color

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

This div border color is #fbd966


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd966


Comments

No comments written yet.

Please login to write comment.