Color Hex Logo

#fba289 Color Hex

#FBA289
(251,162,137)
0 Favorites   0 Comments

Color spaces of #fba289

RGB 251162137
HSL0.040.930.76
HSV13°45°98°
CMYK 0.000.350.45   0.02
XYZ57.219348.156029.9462
Yxy48.15600.42280.3559
Hunter Lab69.394525.741922.9904
CIE-Lab74.923230.276426.7001

#fba289 color RGB value is (251,162,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100010 10001001
Octal 373 242 211
Decimal 251 162 137
Hex FB A2 89

RGB Percentages of Color #fba289

%45.64
%29.45
%24.91

CMYK Percentages of Color #fba289

%0
%35
%45
%2

Triadic Colors of #fba289

#fba289 #89fba2 #a289fb

Analogous Colors of #fba289

#fba289 #fbdb89 #fb89a9

Monochromatic Colors of #fba289

#fba289

Complementary Color

#fba289 #89e2fb

#fba289 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba289 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba289 Color CSS Codes

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

#fba289 Text Font Color

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

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


#fba289 Background Color

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

This div background color is #fba289


#fba289 Border Color

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

This div border color is #fba289


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba289


Comments

No comments written yet.

Please login to write comment.