Color Hex Logo

#fb9479 Color Hex

#FB9479
(251,148,121)
0 Favorites   0 Comments

Color spaces of #fb9479

RGB 251148121
HSL0.030.940.73
HSV12°52°98°
CMYK 0.000.410.52   0.02
XYZ53.824843.069523.5655
Yxy43.06950.44680.3575
Hunter Lab65.627431.550324.6493
CIE-Lab71.602136.072130.9586

#fb9479 color RGB value is (251,148,121).

#fb9479 hex color red value is 251, green value is 148 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #fb9479 hue: 0.03 , saturation: 0.94 and the lightness value of fb9479 is 0.73.

The process color (four color CMYK) of #fb9479 color hex is 0.00, 0.41, 0.52, 0.02. Web safe color of #fb9479 is #ff9966. Color #fb9479 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010100 01111001
Octal 373 224 171
Decimal 251 148 121
Hex FB 94 79

RGB Percentages of Color #fb9479

%48.27
%28.46
%23.27

CMYK Percentages of Color #fb9479

%0
%41
%52
%2

Triadic Colors of #fb9479

#fb9479 #79fb94 #9479fb

Analogous Colors of #fb9479

#fb9479 #fbd579 #fb799f

Monochromatic Colors of #fb9479

#fb9479

Complementary Color

#fb9479 #79e0fb

#fb9479 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb9479 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb9479 Color CSS Codes

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

#fb9479 Text Font Color

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

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


#fb9479 Background Color

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

This div background color is #fb9479


#fb9479 Border Color

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

This div border color is #fb9479


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb9479


Comments

No comments written yet.

Please login to write comment.