Color Hex Logo

#fbf564 Color Hex

#FBF564
(251,245,100)
0 Favorites   0 Comments

Color spaces of #fbf564

RGB 251245100
HSL0.160.950.69
HSV58°60°98°
CMYK 0.000.020.60   0.02
XYZ74.736386.734124.8589
Yxy86.73410.40110.4655
Hunter Lab93.1311-19.736049.3659
CIE-Lab94.6253-15.337668.4960

#fbf564 color RGB value is (251,245,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110101 01100100
Octal 373 365 144
Decimal 251 245 100
Hex FB F5 64

RGB Percentages of Color #fbf564

%42.11
%41.11
%16.78

CMYK Percentages of Color #fbf564

%0
%2
%60
%2

Triadic Colors of #fbf564

#fbf564 #64fbf5 #f564fb

Analogous Colors of #fbf564

#fbf564 #b6fb64 #fbaa64

Monochromatic Colors of #fbf564

#fbf564

Complementary Color

#fbf564 #646afb

#fbf564 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf564 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf564 Color CSS Codes

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

#fbf564 Text Font Color

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

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


#fbf564 Background Color

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

This div background color is #fbf564


#fbf564 Border Color

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

This div border color is #fbf564


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf564

Related Colors


Comments

No comments written yet.

Please login to write comment.