Color Hex Logo

#fbaf8b Color Hex

#FBAF8B
(251,175,139)
0 Favorites   0 Comments

Color spaces of #fbaf8b

RGB 251175139
HSL0.050.930.76
HSV19°45°98°
CMYK 0.000.300.45   0.02
XYZ59.773853.033331.5121
Yxy53.03330.41420.3675
Hunter Lab72.824019.070625.3210
CIE-Lab77.894723.660029.5947

#fbaf8b color RGB value is (251,175,139).

#fbaf8b hex color red value is 251, green value is 175 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #fbaf8b hue: 0.05 , saturation: 0.93 and the lightness value of fbaf8b is 0.76.

The process color (four color CMYK) of #fbaf8b color hex is 0.00, 0.30, 0.45, 0.02. Web safe color of #fbaf8b is #ff9999. Color #fbaf8b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101111 10001011
Octal 373 257 213
Decimal 251 175 139
Hex FB AF 8B

RGB Percentages of Color #fbaf8b

%44.42
%30.97
%24.60

CMYK Percentages of Color #fbaf8b

%0
%30
%45
%2

Triadic Colors of #fbaf8b

#fbaf8b #8bfbaf #af8bfb

Analogous Colors of #fbaf8b

#fbaf8b #fbe78b #fb8b9f

Monochromatic Colors of #fbaf8b

#fbaf8b

Complementary Color

#fbaf8b #8bd7fb

#fbaf8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaf8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaf8b Color CSS Codes

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

#fbaf8b Text Font Color

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

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


#fbaf8b Background Color

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

This div background color is #fbaf8b


#fbaf8b Border Color

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

This div border color is #fbaf8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaf8b


Comments

No comments written yet.

Please login to write comment.