Color Hex Logo

#fbf672 Color Hex

#FBF672
(251,246,114)
0 Favorites   0 Comments

Color spaces of #fbf672

RGB 251246114
HSL0.160.940.72
HSV58°55°98°
CMYK 0.000.020.55   0.02
XYZ75.776787.635728.8411
Yxy87.63570.39410.4558
Hunter Lab93.6139-19.335947.2634
CIE-Lab95.0073-14.852562.9479

#fbf672 color RGB value is (251,246,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110110 01110010
Octal 373 366 162
Decimal 251 246 114
Hex FB F6 72

RGB Percentages of Color #fbf672

%41.08
%40.26
%18.66

CMYK Percentages of Color #fbf672

%0
%2
%55
%2

Triadic Colors of #fbf672

#fbf672 #72fbf6 #f672fb

Analogous Colors of #fbf672

#fbf672 #bcfb72 #fbb272

Monochromatic Colors of #fbf672

#fbf672

Complementary Color

#fbf672 #7277fb

#fbf672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf672 Color CSS Codes

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

#fbf672 Text Font Color

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

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


#fbf672 Background Color

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

This div background color is #fbf672


#fbf672 Border Color

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

This div border color is #fbf672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf672

Related Colors


Comments

No comments written yet.

Please login to write comment.