Color Hex Logo

#fbf765 Color Hex

#FBF765
(251,247,101)
0 Favorites   0 Comments

Color spaces of #fbf765

RGB 251247101
HSL0.160.950.69
HSV58°60°98°
CMYK 0.000.020.60   0.02
XYZ75.393487.970325.3182
Yxy87.97030.39960.4662
Hunter Lab93.7925-20.652849.6501
CIE-Lab95.1484-16.243768.6496

#fbf765 color RGB value is (251,247,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110111 01100101
Octal 373 367 145
Decimal 251 247 101
Hex FB F7 65

RGB Percentages of Color #fbf765

%41.90
%41.24
%16.86

CMYK Percentages of Color #fbf765

%0
%2
%60
%2

Triadic Colors of #fbf765

#fbf765 #65fbf7 #f765fb

Analogous Colors of #fbf765

#fbf765 #b4fb65 #fbac65

Monochromatic Colors of #fbf765

#fbf765

Complementary Color

#fbf765 #6569fb

#fbf765 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf765 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf765 Color CSS Codes

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

#fbf765 Text Font Color

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

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


#fbf765 Background Color

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

This div background color is #fbf765


#fbf765 Border Color

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

This div border color is #fbf765


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf765

Related Colors


Comments

No comments written yet.

Please login to write comment.