Color Hex Logo

#faff29 Color Hex

#FAFF29
(250,255,41)
0 Favorites   0 Comments

Color spaces of #faff29

RGB 25025541
HSL0.171.000.58
HSV61°84°100°
CMYK 0.020.000.84   0.00
XYZ75.584692.004115.8727
Yxy92.00410.41200.5015
Hunter Lab95.9188-27.198757.3318
CIE-Lab96.8220-23.066389.2614

#faff29 color RGB value is (250,255,41).

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

The process color (four color CMYK) of #faff29 color hex is 0.02, 0.00, 0.84, 0.00. Web safe color of #faff29 is #ffff33. Color #faff29 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111111 00101001
Octal 372 377 51
Decimal 250 255 41
Hex FA FF 29

RGB Percentages of Color #faff29

%45.79
%46.70
%7.51

CMYK Percentages of Color #faff29

%2
%0
%84
%0

Triadic Colors of #faff29

#faff29 #29faff #ff29fa

Analogous Colors of #faff29

#faff29 #8fff29 #ff9929

Monochromatic Colors of #faff29

#faff29

Complementary Color

#faff29 #2e29ff

#faff29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faff29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faff29 Color CSS Codes

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

#faff29 Text Font Color

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

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


#faff29 Background Color

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

This div background color is #faff29


#faff29 Border Color

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

This div border color is #faff29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faff29

Related Colors


Comments

No comments written yet.

Please login to write comment.