Color Hex Logo

#fba183 Color Hex

#FBA183
(251,161,131)
0 Favorites   0 Comments

Color spaces of #fba183

RGB 251161131
HSL0.040.940.75
HSV15°48°98°
CMYK 0.000.360.48   0.02
XYZ56.625347.637727.6832
Yxy47.63770.42920.3610
Hunter Lab69.020125.659524.5335
CIE-Lab74.595830.221529.4981

#fba183 color RGB value is (251,161,131).

#fba183 hex color red value is 251, green value is 161 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #fba183 hue: 0.04 , saturation: 0.94 and the lightness value of fba183 is 0.75.

The process color (four color CMYK) of #fba183 color hex is 0.00, 0.36, 0.48, 0.02. Web safe color of #fba183 is #ff9999. Color #fba183 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100001 10000011
Octal 373 241 203
Decimal 251 161 131
Hex FB A1 83

RGB Percentages of Color #fba183

%46.22
%29.65
%24.13

CMYK Percentages of Color #fba183

%0
%36
%48
%2

Triadic Colors of #fba183

#fba183 #83fba1 #a183fb

Analogous Colors of #fba183

#fba183 #fbdd83 #fb83a1

Monochromatic Colors of #fba183

#fba183

Complementary Color

#fba183 #83ddfb

#fba183 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba183 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba183 Color CSS Codes

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

#fba183 Text Font Color

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

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


#fba183 Background Color

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

This div background color is #fba183


#fba183 Border Color

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

This div border color is #fba183


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba183

Related Colors


Comments

No comments written yet.

Please login to write comment.