Color Hex Logo

#fabf82 Color Hex

#FABF82
(250,191,130)
0 Favorites   0 Comments

Color spaces of #fabf82

RGB 250191130
HSL0.080.920.75
HSV31°48°98°
CMYK 0.000.240.48   0.02
XYZ62.084459.197329.2731
Yxy59.19730.41240.3932
Hunter Lab76.93989.391031.2999
CIE-Lab81.399914.001238.8487

#fabf82 color RGB value is (250,191,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111111 10000010
Octal 372 277 202
Decimal 250 191 130
Hex FA BF 82

RGB Percentages of Color #fabf82

%43.78
%33.45
%22.77

CMYK Percentages of Color #fabf82

%0
%24
%48
%2

Triadic Colors of #fabf82

#fabf82 #82fabf #bf82fa

Analogous Colors of #fabf82

#fabf82 #f9fa82 #fa8382

Monochromatic Colors of #fabf82

#fabf82

Complementary Color

#fabf82 #82bdfa

#fabf82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabf82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabf82 Color CSS Codes

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

#fabf82 Text Font Color

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

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


#fabf82 Background Color

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

This div background color is #fabf82


#fabf82 Border Color

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

This div border color is #fabf82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabf82

Related Colors


Comments

No comments written yet.

Please login to write comment.