Color Hex Logo

#fafc7c Color Hex

#FAFC7C
(250,252,124)
0 Favorites   0 Comments

Color spaces of #fafc7c

RGB 250252124
HSL0.170.960.74
HSV61°51°99°
CMYK 0.010.000.51   0.01
XYZ77.872891.400032.6064
Yxy91.40000.38570.4527
Hunter Lab95.6033-21.910446.7009
CIE-Lab96.5745-17.371560.2874

#fafc7c color RGB value is (250,252,124).

#fafc7c hex color red value is 250, green value is 252 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #fafc7c hue: 0.17 , saturation: 0.96 and the lightness value of fafc7c is 0.74.

The process color (four color CMYK) of #fafc7c color hex is 0.01, 0.00, 0.51, 0.01. Web safe color of #fafc7c is #ffff66. Color #fafc7c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111100 01111100
Octal 372 374 174
Decimal 250 252 124
Hex FA FC 7C

RGB Percentages of Color #fafc7c

%39.94
%40.26
%19.81

CMYK Percentages of Color #fafc7c

%1
%0
%51
%1

Triadic Colors of #fafc7c

#fafc7c #7cfafc #fc7cfa

Analogous Colors of #fafc7c

#fafc7c #bafc7c #fcbe7c

Monochromatic Colors of #fafc7c

#fafc7c

Complementary Color

#fafc7c #7e7cfc

#fafc7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafc7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafc7c Color CSS Codes

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

#fafc7c Text Font Color

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

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


#fafc7c Background Color

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

This div background color is #fafc7c


#fafc7c Border Color

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

This div border color is #fafc7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafc7c

Related Colors


Comments

No comments written yet.

Please login to write comment.