Color Hex Logo

#faff34 Color Hex

#FAFF34
(250,255,52)
0 Favorites   0 Comments

Color spaces of #faff34

RGB 25025552
HSL0.171.000.60
HSV61°80°100°
CMYK 0.020.000.80   0.00
XYZ75.804292.091917.0290
Yxy92.09190.40990.4980
Hunter Lab95.9645-26.937456.6541
CIE-Lab96.8579-22.772886.8270

#faff34 color RGB value is (250,255,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111111 00110100
Octal 372 377 64
Decimal 250 255 52
Hex FA FF 34

RGB Percentages of Color #faff34

%44.88
%45.78
%9.34

CMYK Percentages of Color #faff34

%2
%0
%80
%0

Triadic Colors of #faff34

#faff34 #34faff #ff34fa

Analogous Colors of #faff34

#faff34 #95ff34 #ff9f34

Monochromatic Colors of #faff34

#faff34

Complementary Color

#faff34 #3934ff

#faff34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faff34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faff34 Color CSS Codes

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

#faff34 Text Font Color

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

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


#faff34 Background Color

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

This div background color is #faff34


#faff34 Border Color

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

This div border color is #faff34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faff34

Related Colors


Comments

No comments written yet.

Please login to write comment.