Color Hex Logo

#fba176 Color Hex

#FBA176
(251,161,118)
0 Favorites   0 Comments

Color spaces of #fba176

RGB 251161118
HSL0.050.940.72
HSV19°53°98°
CMYK 0.000.360.53   0.02
XYZ55.798547.307023.3298
Yxy47.30700.44130.3742
Hunter Lab68.780124.444728.0352
CIE-Lab74.385729.069536.1596

#fba176 color RGB value is (251,161,118).

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

The process color (four color CMYK) of #fba176 color hex is 0.00, 0.36, 0.53, 0.02. Web safe color of #fba176 is #ff9966. Color #fba176 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100001 01110110
Octal 373 241 166
Decimal 251 161 118
Hex FB A1 76

RGB Percentages of Color #fba176

%47.36
%30.38
%22.26

CMYK Percentages of Color #fba176

%0
%36
%53
%2

Triadic Colors of #fba176

#fba176 #76fba1 #a176fb

Analogous Colors of #fba176

#fba176 #fbe476 #fb768e

Monochromatic Colors of #fba176

#fba176

Complementary Color

#fba176 #76d0fb

#fba176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba176 Color CSS Codes

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

#fba176 Text Font Color

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

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


#fba176 Background Color

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

This div background color is #fba176


#fba176 Border Color

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

This div border color is #fba176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba176


Comments

No comments written yet.

Please login to write comment.