Color Hex Logo

#fabf29 Color Hex

#FABF29
(250,191,41)
0 Favorites   0 Comments

Color spaces of #fabf29

RGB 25019141
HSL0.120.950.57
HSV43°84°98°
CMYK 0.000.240.84   0.02
XYZ58.455457.745710.1629
Yxy57.74570.46260.4570
Hunter Lab75.99064.326745.2640
CIE-Lab80.59728.838175.8242

#fabf29 color RGB value is (250,191,41).

#fabf29 hex color red value is 250, green value is 191 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #fabf29 hue: 0.12 , saturation: 0.95 and the lightness value of fabf29 is 0.57.

The process color (four color CMYK) of #fabf29 color hex is 0.00, 0.24, 0.84, 0.02. Web safe color of #fabf29 is #ffcc33. Color #fabf29 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111111 00101001
Octal 372 277 51
Decimal 250 191 41
Hex FA BF 29

RGB Percentages of Color #fabf29

%51.87
%39.63
%8.51

CMYK Percentages of Color #fabf29

%0
%24
%84
%2

Triadic Colors of #fabf29

#fabf29 #29fabf #bf29fa

Analogous Colors of #fabf29

#fabf29 #cdfa29 #fa5729

Monochromatic Colors of #fabf29

#fabf29

Complementary Color

#fabf29 #2964fa

#fabf29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabf29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabf29 Color CSS Codes

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

#fabf29 Text Font Color

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

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


#fabf29 Background Color

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

This div background color is #fabf29


#fabf29 Border Color

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

This div border color is #fabf29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabf29

Related Colors


Comments

No comments written yet.

Please login to write comment.