Color Hex Logo

#fbf465 Color Hex

#FBF465
(251,244,101)
0 Favorites   0 Comments

Color spaces of #fbf465

RGB 251244101
HSL0.160.950.69
HSV57°60°98°
CMYK 0.000.030.60   0.02
XYZ74.483386.150225.0149
Yxy86.15020.40120.4641
Hunter Lab92.8171-19.188448.9929
CIE-Lab94.3765-14.786567.8119

#fbf465 color RGB value is (251,244,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110100 01100101
Octal 373 364 145
Decimal 251 244 101
Hex FB F4 65

RGB Percentages of Color #fbf465

%42.11
%40.94
%16.95

CMYK Percentages of Color #fbf465

%0
%3
%60
%2

Triadic Colors of #fbf465

#fbf465 #65fbf4 #f465fb

Analogous Colors of #fbf465

#fbf465 #b7fb65 #fba965

Monochromatic Colors of #fbf465

#fbf465

Complementary Color

#fbf465 #656cfb

#fbf465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf465 Color CSS Codes

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

#fbf465 Text Font Color

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

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


#fbf465 Background Color

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

This div background color is #fbf465


#fbf465 Border Color

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

This div border color is #fbf465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf465

Related Colors


Comments

No comments written yet.

Please login to write comment.