Color Hex Logo

#fba985 Color Hex

#FBA985
(251,169,133)
0 Favorites   0 Comments

Color spaces of #fba985

RGB 251169133
HSL0.050.940.75
HSV18°47°98°
CMYK 0.000.330.47   0.02
XYZ58.205350.578628.8852
Yxy50.57860.42280.3674
Hunter Lab71.118621.631325.7021
CIE-Lab76.423026.222930.8406

#fba985 color RGB value is (251,169,133).

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

The process color (four color CMYK) of #fba985 color hex is 0.00, 0.33, 0.47, 0.02. Web safe color of #fba985 is #ff9999. Color #fba985 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101001 10000101
Octal 373 251 205
Decimal 251 169 133
Hex FB A9 85

RGB Percentages of Color #fba985

%45.39
%30.56
%24.05

CMYK Percentages of Color #fba985

%0
%33
%47
%2

Triadic Colors of #fba985

#fba985 #85fba9 #a985fb

Analogous Colors of #fba985

#fba985 #fbe485 #fb859c

Monochromatic Colors of #fba985

#fba985

Complementary Color

#fba985 #85d7fb

#fba985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba985 Color CSS Codes

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

#fba985 Text Font Color

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

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


#fba985 Background Color

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

This div background color is #fba985


#fba985 Border Color

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

This div border color is #fba985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba985


Comments

No comments written yet.

Please login to write comment.