Color Hex Logo

#fafb38 Color Hex

#FAFB38
(250,251,56)
0 Favorites   0 Comments

Color spaces of #fafb38

RGB 25025156
HSL0.170.960.60
HSV60°78°98°
CMYK 0.000.000.78   0.02
XYZ74.635389.603917.1030
Yxy89.60390.41160.4941
Hunter Lab94.6593-24.913455.5490
CIE-Lab95.8322-20.747784.9028

#fafb38 color RGB value is (250,251,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111011 00111000
Octal 372 373 70
Decimal 250 251 56
Hex FA FB 38

RGB Percentages of Color #fafb38

%44.88
%45.06
%10.05

CMYK Percentages of Color #fafb38

%0
%0
%78
%2

Triadic Colors of #fafb38

#fafb38 #38fafb #fb38fa

Analogous Colors of #fafb38

#fafb38 #99fb38 #fb9b38

Monochromatic Colors of #fafb38

#fafb38

Complementary Color

#fafb38 #3938fb

#fafb38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafb38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafb38 Color CSS Codes

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

#fafb38 Text Font Color

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

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


#fafb38 Background Color

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

This div background color is #fafb38


#fafb38 Border Color

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

This div border color is #fafb38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafb38

Related Colors


Comments

No comments written yet.

Please login to write comment.