Color Hex Logo

#fafa82 Color Hex

#FAFA82
(250,250,130)
0 Favorites   0 Comments

Color spaces of #fafa82

RGB 250250130
HSL0.170.920.75
HSV60°48°98°
CMYK 0.000.000.48   0.02
XYZ77.639290.306934.4580
Yxy90.30690.38360.4462
Hunter Lab95.0299-20.468445.0223
CIE-Lab96.1239-15.897657.0242

#fafa82 color RGB value is (250,250,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111010 10000010
Octal 372 372 202
Decimal 250 250 130
Hex FA FA 82

RGB Percentages of Color #fafa82

%39.68
%39.68
%20.63

CMYK Percentages of Color #fafa82

%0
%0
%48
%2

Triadic Colors of #fafa82

#fafa82 #82fafa #fa82fa

Analogous Colors of #fafa82

#fafa82 #befa82 #fabe82

Monochromatic Colors of #fafa82

#fafa82

Complementary Color

#fafa82 #8282fa

#fafa82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafa82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafa82 Color CSS Codes

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

#fafa82 Text Font Color

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

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


#fafa82 Background Color

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

This div background color is #fafa82


#fafa82 Border Color

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

This div border color is #fafa82


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,250,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 #fafa82">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafa82


Comments

No comments written yet.

Please login to write comment.