Color Hex Logo

#fbf064 Color Hex

#FBF064
(251,240,100)
0 Favorites   0 Comments

Color spaces of #fbf064

RGB 251240100
HSL0.150.950.69
HSV56°60°98°
CMYK 0.000.040.60   0.02
XYZ73.244083.749524.3615
Yxy83.74950.40390.4618
Hunter Lab91.5148-17.288048.2772
CIE-Lab93.3416-12.896567.1034

#fbf064 color RGB value is (251,240,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110000 01100100
Octal 373 360 144
Decimal 251 240 100
Hex FB F0 64

RGB Percentages of Color #fbf064

%42.47
%40.61
%16.92

CMYK Percentages of Color #fbf064

%0
%4
%60
%2

Triadic Colors of #fbf064

#fbf064 #64fbf0 #f064fb

Analogous Colors of #fbf064

#fbf064 #bbfb64 #fba564

Monochromatic Colors of #fbf064

#fbf064

Complementary Color

#fbf064 #646ffb

#fbf064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf064 Color CSS Codes

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

#fbf064 Text Font Color

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

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


#fbf064 Background Color

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

This div background color is #fbf064


#fbf064 Border Color

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

This div border color is #fbf064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf064


Comments

No comments written yet.

Please login to write comment.