Color Hex Logo

#fbab69 Color Hex

#FBAB69
(251,171,105)
1 Favorites   0 Comments

Color spaces of #fbab69

RGB 251171105
HSL0.080.950.70
HSV27°58°98°
CMYK 0.000.320.58   0.02
XYZ56.896450.655020.1432
Yxy50.65500.44560.3967
Hunter Lab71.172318.144433.0404
CIE-Lab76.469622.815545.4702

#fbab69 color RGB value is (251,171,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101011 01101001
Octal 373 253 151
Decimal 251 171 105
Hex FB AB 69

RGB Percentages of Color #fbab69

%47.63
%32.45
%19.92

CMYK Percentages of Color #fbab69

%0
%32
%58
%2

Triadic Colors of #fbab69

#fbab69 #69fbab #ab69fb

Analogous Colors of #fbab69

#fbab69 #fbf469 #fb6970

Monochromatic Colors of #fbab69

#fbab69

Complementary Color

#fbab69 #69b9fb

#fbab69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbab69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbab69 Color CSS Codes

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

#fbab69 Text Font Color

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

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


#fbab69 Background Color

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

This div background color is #fbab69


#fbab69 Border Color

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

This div border color is #fbab69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbab69


Comments

No comments written yet.

Please login to write comment.