Color Hex Logo

#faff54 Color Hex

#FAFF54
(250,255,84)
0 Favorites   0 Comments

Color spaces of #faff54

RGB 25025584
HSL0.171.000.66
HSV62°67°100°
CMYK 0.020.000.67   0.00
XYZ76.784692.484122.1917
Yxy92.48410.40100.4830
Hunter Lab96.1687-25.774253.6364
CIE-Lab97.0178-21.472077.1592

#faff54 color RGB value is (250,255,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111111 01010100
Octal 372 377 124
Decimal 250 255 84
Hex FA FF 54

RGB Percentages of Color #faff54

%42.44
%43.29
%14.26

CMYK Percentages of Color #faff54

%2
%0
%67
%0

Triadic Colors of #faff54

#faff54 #54faff #ff54fa

Analogous Colors of #faff54

#faff54 #a5ff54 #ffaf54

Monochromatic Colors of #faff54

#faff54

Complementary Color

#faff54 #5954ff

#faff54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faff54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faff54 Color CSS Codes

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

#faff54 Text Font Color

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

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


#faff54 Background Color

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

This div background color is #faff54


#faff54 Border Color

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

This div border color is #faff54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faff54

Related Colors


Comments

No comments written yet.

Please login to write comment.