Color Hex Logo

#fba390 Color Hex

#FBA390
(251,163,144)
0 Favorites   0 Comments

Color spaces of #fba390

RGB 251163144
HSL0.030.930.77
HSV11°43°98°
CMYK 0.000.350.43   0.02
XYZ57.914948.717232.7365
Yxy48.71720.41560.3496
Hunter Lab69.797725.965021.0502
CIE-Lab75.275130.463823.3864

#fba390 color RGB value is (251,163,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100011 10010000
Octal 373 243 220
Decimal 251 163 144
Hex FB A3 90

RGB Percentages of Color #fba390

%44.98
%29.21
%25.81

CMYK Percentages of Color #fba390

%0
%35
%43
%2

Triadic Colors of #fba390

#fba390 #90fba3 #a390fb

Analogous Colors of #fba390

#fba390 #fbd990 #fb90b3

Monochromatic Colors of #fba390

#fba390

Complementary Color

#fba390 #90e8fb

#fba390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba390 Color CSS Codes

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

#fba390 Text Font Color

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

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


#fba390 Background Color

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

This div background color is #fba390


#fba390 Border Color

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

This div border color is #fba390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba390


Comments

No comments written yet.

Please login to write comment.