Color Hex Logo

#fabd51 Color Hex

#FABD51
(250,189,81)
0 Favorites   0 Comments

Color spaces of #fabd51

RGB 25018981
HSL0.110.940.65
HSV38°68°98°
CMYK 0.000.240.68   0.02
XYZ59.107157.313315.7319
Yxy57.31330.44730.4337
Hunter Lab75.70556.879240.6732
CIE-Lab80.355511.454361.1831

#fabd51 color RGB value is (250,189,81).

#fabd51 hex color red value is 250, green value is 189 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #fabd51 hue: 0.11 , saturation: 0.94 and the lightness value of fabd51 is 0.65.

The process color (four color CMYK) of #fabd51 color hex is 0.00, 0.24, 0.68, 0.02. Web safe color of #fabd51 is #ffcc66. Color #fabd51 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111101 01010001
Octal 372 275 121
Decimal 250 189 81
Hex FA BD 51

RGB Percentages of Color #fabd51

%48.08
%36.35
%15.58

CMYK Percentages of Color #fabd51

%0
%24
%68
%2

Triadic Colors of #fabd51

#fabd51 #51fabd #bd51fa

Analogous Colors of #fabd51

#fabd51 #e3fa51 #fa6951

Monochromatic Colors of #fabd51

#fabd51

Complementary Color

#fabd51 #518efa

#fabd51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabd51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabd51 Color CSS Codes

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

#fabd51 Text Font Color

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

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


#fabd51 Background Color

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

This div background color is #fabd51


#fabd51 Border Color

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

This div border color is #fabd51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabd51

Related Colors


Comments

No comments written yet.

Please login to write comment.