Color Hex Logo

#fbaf8e Color Hex

#FBAF8E
(251,175,142)
0 Favorites   0 Comments

Color spaces of #fbaf8e

RGB 251175142
HSL0.050.930.77
HSV18°43°98°
CMYK 0.000.300.43   0.02
XYZ59.996153.122232.6827
Yxy53.12220.41150.3643
Hunter Lab72.885019.385624.4330
CIE-Lab77.947123.964428.0668

#fbaf8e color RGB value is (251,175,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101111 10001110
Octal 373 257 216
Decimal 251 175 142
Hex FB AF 8E

RGB Percentages of Color #fbaf8e

%44.19
%30.81
%25.00

CMYK Percentages of Color #fbaf8e

%0
%30
%43
%2

Triadic Colors of #fbaf8e

#fbaf8e #8efbaf #af8efb

Analogous Colors of #fbaf8e

#fbaf8e #fbe68e #fb8ea4

Monochromatic Colors of #fbaf8e

#fbaf8e

Complementary Color

#fbaf8e #8edafb

#fbaf8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaf8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaf8e Color CSS Codes

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

#fbaf8e Text Font Color

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

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


#fbaf8e Background Color

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

This div background color is #fbaf8e


#fbaf8e Border Color

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

This div border color is #fbaf8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaf8e


Comments

No comments written yet.

Please login to write comment.