Color Hex Logo

#fbf766 Color Hex

#FBF766
(251,247,102)
0 Favorites   0 Comments

Color spaces of #fbf766

RGB 251247102
HSL0.160.950.69
HSV58°59°98°
CMYK 0.000.020.59   0.02
XYZ75.442787.990125.5779
Yxy87.99010.39910.4655
Hunter Lab93.8030-20.593649.4951
CIE-Lab95.1568-16.178868.2449

#fbf766 color RGB value is (251,247,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110111 01100110
Octal 373 367 146
Decimal 251 247 102
Hex FB F7 66

RGB Percentages of Color #fbf766

%41.83
%41.17
%17.00

CMYK Percentages of Color #fbf766

%0
%2
%59
%2

Triadic Colors of #fbf766

#fbf766 #66fbf7 #f766fb

Analogous Colors of #fbf766

#fbf766 #b5fb66 #fbad66

Monochromatic Colors of #fbf766

#fbf766

Complementary Color

#fbf766 #666afb

#fbf766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf766 Color CSS Codes

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

#fbf766 Text Font Color

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

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


#fbf766 Background Color

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

This div background color is #fbf766


#fbf766 Border Color

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

This div border color is #fbf766


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf766

Related Colors


Comments

No comments written yet.

Please login to write comment.