Color Hex Logo

#fabf81 Color Hex

#FABF81
(250,191,129)
0 Favorites   0 Comments

Color spaces of #fabf81

RGB 250191129
HSL0.090.920.74
HSV31°48°98°
CMYK 0.000.240.48   0.02
XYZ62.017659.170628.9213
Yxy59.17060.41310.3942
Hunter Lab76.92249.298831.5538
CIE-Lab81.385313.908739.3427

#fabf81 color RGB value is (250,191,129).

#fabf81 hex color red value is 250, green value is 191 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #fabf81 hue: 0.09 , saturation: 0.92 and the lightness value of fabf81 is 0.74.

The process color (four color CMYK) of #fabf81 color hex is 0.00, 0.24, 0.48, 0.02. Web safe color of #fabf81 is #ffcc99. Color #fabf81 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111111 10000001
Octal 372 277 201
Decimal 250 191 129
Hex FA BF 81

RGB Percentages of Color #fabf81

%43.86
%33.51
%22.63

CMYK Percentages of Color #fabf81

%0
%24
%48
%2

Triadic Colors of #fabf81

#fabf81 #81fabf #bf81fa

Analogous Colors of #fabf81

#fabf81 #f9fa81 #fa8381

Monochromatic Colors of #fabf81

#fabf81

Complementary Color

#fabf81 #81bcfa

#fabf81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabf81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabf81 Color CSS Codes

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

#fabf81 Text Font Color

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

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


#fabf81 Background Color

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

This div background color is #fabf81


#fabf81 Border Color

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

This div border color is #fabf81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabf81


Comments

No comments written yet.

Please login to write comment.