Color Hex Logo

#fbf475 Color Hex

#FBF475
(251,244,117)
0 Favorites   0 Comments

Color spaces of #fbf475

RGB 251244117
HSL0.160.940.72
HSV57°53°98°
CMYK 0.000.030.53   0.02
XYZ75.345286.495029.5537
Yxy86.49500.39370.4519
Hunter Lab93.0027-18.144746.2611
CIE-Lab94.5236-13.649161.0646

#fbf475 color RGB value is (251,244,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110100 01110101
Octal 373 364 165
Decimal 251 244 117
Hex FB F4 75

RGB Percentages of Color #fbf475

%41.01
%39.87
%19.12

CMYK Percentages of Color #fbf475

%0
%3
%53
%2

Triadic Colors of #fbf475

#fbf475 #75fbf4 #f475fb

Analogous Colors of #fbf475

#fbf475 #bffb75 #fbb175

Monochromatic Colors of #fbf475

#fbf475

Complementary Color

#fbf475 #757cfb

#fbf475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf475 Color CSS Codes

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

#fbf475 Text Font Color

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

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


#fbf475 Background Color

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

This div background color is #fbf475


#fbf475 Border Color

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

This div border color is #fbf475


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf475

Related Colors

#fbf475 Color Palettes


Comments

No comments written yet.

Please login to write comment.