Color Hex Logo

#fabf2e Color Hex

#FABF2E
(250,191,46)
0 Favorites   0 Comments

Color spaces of #fabf2e

RGB 25019146
HSL0.120.950.58
HSV43°82°98°
CMYK 0.000.240.82   0.02
XYZ58.548357.782910.6521
Yxy57.78290.46110.4550
Hunter Lab76.01514.457944.9022
CIE-Lab80.61798.973974.4271

#fabf2e color RGB value is (250,191,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111111 00101110
Octal 372 277 56
Decimal 250 191 46
Hex FA BF 2E

RGB Percentages of Color #fabf2e

%51.33
%39.22
%9.45

CMYK Percentages of Color #fabf2e

%0
%24
%82
%2

Triadic Colors of #fabf2e

#fabf2e #2efabf #bf2efa

Analogous Colors of #fabf2e

#fabf2e #cffa2e #fa592e

Monochromatic Colors of #fabf2e

#fabf2e

Complementary Color

#fabf2e #2e69fa

#fabf2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabf2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabf2e Color CSS Codes

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

#fabf2e Text Font Color

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

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


#fabf2e Background Color

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

This div background color is #fabf2e


#fabf2e Border Color

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

This div border color is #fabf2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabf2e


Comments

No comments written yet.

Please login to write comment.