Color Hex Logo

#fafe70 Color Hex

#FAFE70
(250,254,112)
0 Favorites   0 Comments

Color spaces of #fafe70

RGB 250254112
HSL0.170.990.72
HSV62°56°100°
CMYK 0.020.000.56   0.00
XYZ77.790892.377529.0599
Yxy92.37750.39050.4637
Hunter Lab96.1132-23.726249.3529
CIE-Lab96.9744-19.259566.0154

#fafe70 color RGB value is (250,254,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111110 01110000
Octal 372 376 160
Decimal 250 254 112
Hex FA FE 70

RGB Percentages of Color #fafe70

%40.58
%41.23
%18.18

CMYK Percentages of Color #fafe70

%2
%0
%56
%0

Triadic Colors of #fafe70

#fafe70 #70fafe #fe70fa

Analogous Colors of #fafe70

#fafe70 #b3fe70 #febb70

Monochromatic Colors of #fafe70

#fafe70

Complementary Color

#fafe70 #7470fe

#fafe70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafe70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafe70 Color CSS Codes

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

#fafe70 Text Font Color

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

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


#fafe70 Background Color

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

This div background color is #fafe70


#fafe70 Border Color

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

This div border color is #fafe70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafe70

Related Colors


Comments

No comments written yet.

Please login to write comment.