Color Hex Logo

#fbab81 Color Hex

#FBAB81
(251,171,129)
1 Favorites   0 Comments

Color spaces of #fbab81

RGB 251171129
HSL0.060.940.75
HSV21°49°98°
CMYK 0.000.320.49   0.02
XYZ58.309051.220027.5821
Yxy51.22000.42530.3736
Hunter Lab71.568120.185727.2476
CIE-Lab76.812124.798033.4737

#fbab81 color RGB value is (251,171,129).

#fbab81 hex color red value is 251, green value is 171 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #fbab81 hue: 0.06 , saturation: 0.94 and the lightness value of fbab81 is 0.75.

The process color (four color CMYK) of #fbab81 color hex is 0.00, 0.32, 0.49, 0.02. Web safe color of #fbab81 is #ff9999. Color #fbab81 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101011 10000001
Octal 373 253 201
Decimal 251 171 129
Hex FB AB 81

RGB Percentages of Color #fbab81

%45.55
%31.03
%23.41

CMYK Percentages of Color #fbab81

%0
%32
%49
%2

Triadic Colors of #fbab81

#fbab81 #81fbab #ab81fb

Analogous Colors of #fbab81

#fbab81 #fbe881 #fb8194

Monochromatic Colors of #fbab81

#fbab81

Complementary Color

#fbab81 #81d1fb

#fbab81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbab81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbab81 Color CSS Codes

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

#fbab81 Text Font Color

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

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


#fbab81 Background Color

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

This div background color is #fbab81


#fbab81 Border Color

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

This div border color is #fbab81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbab81


Comments

No comments written yet.

Please login to write comment.