Color Hex Logo

#fabf59 Color Hex

#FABF59
(250,191,89)
0 Favorites   0 Comments

Color spaces of #fabf59

RGB 25019189
HSL0.110.940.66
HSV38°64°98°
CMYK 0.000.240.64   0.02
XYZ59.858358.306917.5507
Yxy58.30690.44110.4296
Hunter Lab76.35906.299239.8238
CIE-Lab80.909110.868458.2398

#fabf59 color RGB value is (250,191,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111111 01011001
Octal 372 277 131
Decimal 250 191 89
Hex FA BF 59

RGB Percentages of Color #fabf59

%47.17
%36.04
%16.79

CMYK Percentages of Color #fabf59

%0
%24
%64
%2

Triadic Colors of #fabf59

#fabf59 #59fabf #bf59fa

Analogous Colors of #fabf59

#fabf59 #e5fa59 #fa6f59

Monochromatic Colors of #fabf59

#fabf59

Complementary Color

#fabf59 #5994fa

#fabf59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabf59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabf59 Color CSS Codes

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

#fabf59 Text Font Color

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

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


#fabf59 Background Color

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

This div background color is #fabf59


#fabf59 Border Color

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

This div border color is #fabf59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabf59


Comments

No comments written yet.

Please login to write comment.