Color Hex Logo

#fba38a Color Hex

#FBA38A
(251,163,138)
0 Favorites   0 Comments

Color spaces of #fba38a

RGB 251163138
HSL0.040.930.76
HSV13°45°98°
CMYK 0.000.350.45   0.02
XYZ57.468348.538630.3847
Yxy48.53860.42130.3559
Hunter Lab69.669625.317122.9109
CIE-Lab75.163429.852826.4824

#fba38a color RGB value is (251,163,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100011 10001010
Octal 373 243 212
Decimal 251 163 138
Hex FB A3 8A

RGB Percentages of Color #fba38a

%45.47
%29.53
%25.00

CMYK Percentages of Color #fba38a

%0
%35
%45
%2

Triadic Colors of #fba38a

#fba38a #8afba3 #a38afb

Analogous Colors of #fba38a

#fba38a #fbdc8a #fb8aaa

Monochromatic Colors of #fba38a

#fba38a

Complementary Color

#fba38a #8ae2fb

#fba38a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba38a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba38a Color CSS Codes

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

#fba38a Text Font Color

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

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


#fba38a Background Color

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

This div background color is #fba38a


#fba38a Border Color

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

This div border color is #fba38a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba38a


Comments

No comments written yet.

Please login to write comment.