Color Hex Logo

#fbd766 Color Hex

#FBD766
(251,215,102)
0 Favorites   0 Comments

Color spaces of #fbd766

RGB 251215102
HSL0.130.950.69
HSV46°59°98°
CMYK 0.000.140.59   0.02
XYZ66.482470.069422.5911
Yxy70.06940.41780.4403
Hunter Lab83.7075-4.719342.5940
CIE-Lab87.0309-0.259059.2384

#fbd766 color RGB value is (251,215,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010111 01100110
Octal 373 327 146
Decimal 251 215 102
Hex FB D7 66

RGB Percentages of Color #fbd766

%44.19
%37.85
%17.96

CMYK Percentages of Color #fbd766

%0
%14
%59
%2

Triadic Colors of #fbd766

#fbd766 #66fbd7 #d766fb

Analogous Colors of #fbd766

#fbd766 #d5fb66 #fb8d66

Monochromatic Colors of #fbd766

#fbd766

Complementary Color

#fbd766 #668afb

#fbd766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd766 Color CSS Codes

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

#fbd766 Text Font Color

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

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


#fbd766 Background Color

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

This div background color is #fbd766


#fbd766 Border Color

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

This div border color is #fbd766


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd766


Comments

No comments written yet.

Please login to write comment.