Color Hex Logo

#fbf14d Color Hex

#FBF14D
(251,241,77)
0 Favorites   0 Comments

Color spaces of #fbf14d

RGB 25124177
HSL0.160.960.64
HSV57°69°98°
CMYK 0.000.040.69   0.02
XYZ72.578583.955619.4009
Yxy83.95560.41250.4772
Hunter Lab91.6273-18.956951.5852
CIE-Lab93.4312-14.675476.1318

#fbf14d color RGB value is (251,241,77).

#fbf14d hex color red value is 251, green value is 241 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #fbf14d hue: 0.16 , saturation: 0.96 and the lightness value of fbf14d is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110001 01001101
Octal 373 361 115
Decimal 251 241 77
Hex FB F1 4D

RGB Percentages of Color #fbf14d

%44.11
%42.36
%13.53

CMYK Percentages of Color #fbf14d

%0
%4
%69
%2

Triadic Colors of #fbf14d

#fbf14d #4dfbf1 #f14dfb

Analogous Colors of #fbf14d

#fbf14d #aefb4d #fb9a4d

Monochromatic Colors of #fbf14d

#fbf14d

Complementary Color

#fbf14d #4d57fb

#fbf14d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf14d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf14d Color CSS Codes

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

#fbf14d Text Font Color

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

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


#fbf14d Background Color

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

This div background color is #fbf14d


#fbf14d Border Color

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

This div border color is #fbf14d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf14d


Comments

No comments written yet.

Please login to write comment.