Color Hex Logo

#fbf67c Color Hex

#FBF67C
(251,246,124)
0 Favorites   0 Comments

Color spaces of #fbf67c

RGB 251246124
HSL0.160.940.74
HSV58°51°98°
CMYK 0.000.020.51   0.02
XYZ76.377587.876032.0050
Yxy87.87600.38920.4478
Hunter Lab93.7422-18.614045.3770
CIE-Lab95.1087-14.067458.5879

#fbf67c color RGB value is (251,246,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110110 01111100
Octal 373 366 174
Decimal 251 246 124
Hex FB F6 7C

RGB Percentages of Color #fbf67c

%40.42
%39.61
%19.97

CMYK Percentages of Color #fbf67c

%0
%2
%51
%2

Triadic Colors of #fbf67c

#fbf67c #7cfbf6 #f67cfb

Analogous Colors of #fbf67c

#fbf67c #c1fb7c #fbb77c

Monochromatic Colors of #fbf67c

#fbf67c

Complementary Color

#fbf67c #7c81fb

#fbf67c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf67c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf67c Color CSS Codes

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

#fbf67c Text Font Color

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

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


#fbf67c Background Color

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

This div background color is #fbf67c


#fbf67c Border Color

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

This div border color is #fbf67c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf67c

Related Colors


Comments

No comments written yet.

Please login to write comment.