Color Hex Logo

#fafb15 Color Hex

#FAFB15
(250,251,21)
0 Favorites   0 Comments

Color spaces of #fafb15

RGB 25025121
HSL0.170.970.53
HSV60°92°98°
CMYK 0.000.000.92   0.02
XYZ74.056989.372514.0569
Yxy89.37250.41730.5035
Hunter Lab94.5370-25.609357.3600
CIE-Lab95.7359-21.527191.5662

#fafb15 color RGB value is (250,251,21).

#fafb15 hex color red value is 250, green value is 251 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #fafb15 hue: 0.17 , saturation: 0.97 and the lightness value of fafb15 is 0.53.

The process color (four color CMYK) of #fafb15 color hex is 0.00, 0.00, 0.92, 0.02. Web safe color of #fafb15 is #ffff00. Color #fafb15 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111011 00010101
Octal 372 373 25
Decimal 250 251 21
Hex FA FB 15

RGB Percentages of Color #fafb15

%47.89
%48.08
%4.02

CMYK Percentages of Color #fafb15

%0
%0
%92
%2

Triadic Colors of #fafb15

#fafb15 #15fafb #fb15fa

Analogous Colors of #fafb15

#fafb15 #87fb15 #fb8915

Monochromatic Colors of #fafb15

#fafb15

Complementary Color

#fafb15 #1615fb

#fafb15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafb15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafb15 Color CSS Codes

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

#fafb15 Text Font Color

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

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


#fafb15 Background Color

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

This div background color is #fafb15


#fafb15 Border Color

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

This div border color is #fafb15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafb15


Comments

No comments written yet.

Please login to write comment.