Color Hex Logo

#faf57f Color Hex

#FAF57F
(250,245,127)
0 Favorites   0 Comments

Color spaces of #faf57f

RGB 250245127
HSL0.160.920.74
HSV58°49°98°
CMYK 0.000.020.49   0.02
XYZ75.907587.161132.9017
Yxy87.16110.38730.4448
Hunter Lab93.3601-18.248744.4573
CIE-Lab94.8066-13.720656.8365

#faf57f color RGB value is (250,245,127).

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

The process color (four color CMYK) of #faf57f color hex is 0.00, 0.02, 0.49, 0.02. Web safe color of #faf57f is #ffff66. Color #faf57f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110101 01111111
Octal 372 365 177
Decimal 250 245 127
Hex FA F5 7F

RGB Percentages of Color #faf57f

%40.19
%39.39
%20.42

CMYK Percentages of Color #faf57f

%0
%2
%49
%2

Triadic Colors of #faf57f

#faf57f #7ffaf5 #f57ffa

Analogous Colors of #faf57f

#faf57f #c2fa7f #fab87f

Monochromatic Colors of #faf57f

#faf57f

Complementary Color

#faf57f #7f84fa

#faf57f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf57f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf57f Color CSS Codes

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

#faf57f Text Font Color

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

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


#faf57f Background Color

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

This div background color is #faf57f


#faf57f Border Color

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

This div border color is #faf57f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf57f


Comments

No comments written yet.

Please login to write comment.