Color Hex Logo

#fbfa1d Color Hex

#FBFA1D
(251,250,29)
0 Favorites   0 Comments

Color spaces of #fbfa1d

RGB 25125029
HSL0.170.970.55
HSV60°88°98°
CMYK 0.000.000.88   0.02
XYZ74.191088.969214.4249
Yxy88.96920.41780.5010
Hunter Lab94.3235-24.665356.9592
CIE-Lab95.5675-20.524090.4015

#fbfa1d color RGB value is (251,250,29).

#fbfa1d hex color red value is 251, green value is 250 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #fbfa1d hue: 0.17 , saturation: 0.97 and the lightness value of fbfa1d is 0.55.

The process color (four color CMYK) of #fbfa1d color hex is 0.00, 0.00, 0.88, 0.02. Web safe color of #fbfa1d is #ffff33. Color #fbfa1d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111010 00011101
Octal 373 372 35
Decimal 251 250 29
Hex FB FA 1D

RGB Percentages of Color #fbfa1d

%47.36
%47.17
%5.47

CMYK Percentages of Color #fbfa1d

%0
%0
%88
%2

Triadic Colors of #fbfa1d

#fbfa1d #1dfbfa #fa1dfb

Analogous Colors of #fbfa1d

#fbfa1d #8dfb1d #fb8b1d

Monochromatic Colors of #fbfa1d

#fbfa1d

Complementary Color

#fbfa1d #1d1efb

#fbfa1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfa1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfa1d Color CSS Codes

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

#fbfa1d Text Font Color

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

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


#fbfa1d Background Color

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

This div background color is #fbfa1d


#fbfa1d Border Color

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

This div border color is #fbfa1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfa1d

Related Colors


Comments

No comments written yet.

Please login to write comment.