Color Hex Logo

#faff68 Color Hex

#FAFF68
(250,255,104)
1 Favorites   0 Comments

Color spaces of #faff68

RGB 250255104
HSL0.171.000.70
HSV62°59°100°
CMYK 0.020.000.59   0.00
XYZ77.683092.843526.9230
Yxy92.84350.39340.4702
Hunter Lab96.3553-24.712750.8823
CIE-Lab97.1641-20.293069.5794

#faff68 color RGB value is (250,255,104).

#faff68 hex color red value is 250, green value is 255 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #faff68 hue: 0.17 , saturation: 1.00 and the lightness value of faff68 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111111 01101000
Octal 372 377 150
Decimal 250 255 104
Hex FA FF 68

RGB Percentages of Color #faff68

%41.05
%41.87
%17.08

CMYK Percentages of Color #faff68

%2
%0
%59
%0

Triadic Colors of #faff68

#faff68 #68faff #ff68fa

Analogous Colors of #faff68

#faff68 #afff68 #ffb968

Monochromatic Colors of #faff68

#faff68

Complementary Color

#faff68 #6d68ff

#faff68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faff68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faff68 Color CSS Codes

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

#faff68 Text Font Color

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

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


#faff68 Background Color

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

This div background color is #faff68


#faff68 Border Color

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

This div border color is #faff68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faff68

Related Colors

#faff68 Color Palettes


Comments

No comments written yet.

Please login to write comment.