Color Hex Logo

#fbab64 Color Hex

#FBAB64
(251,171,100)
0 Favorites   0 Comments

Color spaces of #fbab64

RGB 251171100
HSL0.080.950.69
HSV28°60°98°
CMYK 0.000.320.60   0.02
XYZ56.646850.555118.8291
Yxy50.55510.44950.4011
Hunter Lab71.102117.781634.0704
CIE-Lab76.408722.460647.8994

#fbab64 color RGB value is (251,171,100).

#fbab64 hex color red value is 251, green value is 171 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #fbab64 hue: 0.08 , saturation: 0.95 and the lightness value of fbab64 is 0.69.

The process color (four color CMYK) of #fbab64 color hex is 0.00, 0.32, 0.60, 0.02. Web safe color of #fbab64 is #ff9966. Color #fbab64 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101011 01100100
Octal 373 253 144
Decimal 251 171 100
Hex FB AB 64

RGB Percentages of Color #fbab64

%48.08
%32.76
%19.16

CMYK Percentages of Color #fbab64

%0
%32
%60
%2

Triadic Colors of #fbab64

#fbab64 #64fbab #ab64fb

Analogous Colors of #fbab64

#fbab64 #fbf764 #fb6469

Monochromatic Colors of #fbab64

#fbab64

Complementary Color

#fbab64 #64b4fb

#fbab64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbab64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbab64 Color CSS Codes

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

#fbab64 Text Font Color

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

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


#fbab64 Background Color

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

This div background color is #fbab64


#fbab64 Border Color

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

This div border color is #fbab64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbab64

Related Colors


Comments

No comments written yet.

Please login to write comment.