Color Hex Logo

#fffba4 Color Hex

#FFFBA4
(255,251,164)
0 Favorites   0 Comments

Color spaces of #fffba4

RGB 255251164
HSL0.161.000.82
HSV57°36°100°
CMYK 0.000.020.36   0.00
XYZ82.438092.934748.7152
Yxy92.93470.36790.4147
Hunter Lab96.4026-16.061737.5208
CIE-Lab97.2011-11.102742.2072

#fffba4 color RGB value is (255,251,164).

#fffba4 hex color red value is 255, green value is 251 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #fffba4 hue: 0.16 , saturation: 1.00 and the lightness value of fffba4 is 0.82.

The process color (four color CMYK) of #fffba4 color hex is 0.00, 0.02, 0.36, 0.00. Web safe color of #fffba4 is #ffff99. Color #fffba4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111011 10100100
Octal 377 373 244
Decimal 255 251 164
Hex FF FB A4

RGB Percentages of Color #fffba4

%38.06
%37.46
%24.48

CMYK Percentages of Color #fffba4

%0
%2
%36
%0

Triadic Colors of #fffba4

#fffba4 #a4fffb #fba4ff

Analogous Colors of #fffba4

#fffba4 #d6ffa4 #ffcea4

Monochromatic Colors of #fffba4

#fffba4

Complementary Color

#fffba4 #a4a8ff

#fffba4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffba4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffba4 Color CSS Codes

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

#fffba4 Text Font Color

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

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


#fffba4 Background Color

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

This div background color is #fffba4


#fffba4 Border Color

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

This div border color is #fffba4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffba4

Related Colors


Comments

No comments written yet.

Please login to write comment.