Color Hex Logo

#faf27c Color Hex

#FAF27C
(250,242,124)
0 Favorites   0 Comments

Color spaces of #faf27c

RGB 250242124
HSL0.160.930.73
HSV56°50°98°
CMYK 0.000.030.50   0.02
XYZ74.814685.283531.5870
Yxy85.28350.39030.4449
Hunter Lab92.3491-17.002944.3648
CIE-Lab94.0051-12.503257.2666

#faf27c color RGB value is (250,242,124).

#faf27c hex color red value is 250, green value is 242 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #faf27c hue: 0.16 , saturation: 0.93 and the lightness value of faf27c is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110010 01111100
Octal 372 362 174
Decimal 250 242 124
Hex FA F2 7C

RGB Percentages of Color #faf27c

%40.58
%39.29
%20.13

CMYK Percentages of Color #faf27c

%0
%3
%50
%2

Triadic Colors of #faf27c

#faf27c #7cfaf2 #f27cfa

Analogous Colors of #faf27c

#faf27c #c3fa7c #fab37c

Monochromatic Colors of #faf27c

#faf27c

Complementary Color

#faf27c #7c84fa

#faf27c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf27c Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf27c Color CSS Codes

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

#faf27c Text Font Color

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

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


#faf27c Background Color

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

This div background color is #faf27c


#faf27c Border Color

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

This div border color is #faf27c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf27c


Comments

No comments written yet.

Please login to write comment.