Color Hex Logo

#fafe7a Color Hex

#FAFE7A
(250,254,122)
0 Favorites   0 Comments

Color spaces of #fafe7a

RGB 250254122
HSL0.170.990.74
HSV62°52°100°
CMYK 0.020.000.52   0.00
XYZ78.379092.612832.1574
Yxy92.61280.38580.4559
Hunter Lab96.2355-23.033047.5529
CIE-Lab97.0702-18.496761.7591

#fafe7a color RGB value is (250,254,122).

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

The process color (four color CMYK) of #fafe7a color hex is 0.02, 0.00, 0.52, 0.00. Web safe color of #fafe7a is #ffff66. Color #fafe7a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111110 01111010
Octal 372 376 172
Decimal 250 254 122
Hex FA FE 7A

RGB Percentages of Color #fafe7a

%39.94
%40.58
%19.49

CMYK Percentages of Color #fafe7a

%2
%0
%52
%0

Triadic Colors of #fafe7a

#fafe7a #7afafe #fe7afa

Analogous Colors of #fafe7a

#fafe7a #b8fe7a #fec07a

Monochromatic Colors of #fafe7a

#fafe7a

Complementary Color

#fafe7a #7e7afe

#fafe7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafe7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafe7a Color CSS Codes

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

#fafe7a Text Font Color

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

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


#fafe7a Background Color

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

This div background color is #fafe7a


#fafe7a Border Color

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

This div border color is #fafe7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafe7a

Related Colors


Comments

No comments written yet.

Please login to write comment.