color codes Logo

#fab079 color codes

#FAB079
(250,176,121)
0 Favorites   0 Comments

Color spaces of #fab079

RGB 250176121
HSL0.070.930.73
HSV26°52°98°
CMYK 0.000.300.52   0.02
XYZ58.400952.755125.1939
Yxy52.75510.42830.3869
Hunter Lab72.632716.417130.2771
CIE-Lab77.730221.063838.8198

#fab079 color RGB value is (250,176,121).

#fab079 hex color red value is 250, green value is 176 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #fab079 hue: 0.07 , saturation: 0.93 and the lightness value of fab079 is 0.73.

The process color (four color CMYK) of #fab079 color code is 0.00, 0.30, 0.52, 0.02. Web safe color of #fab079 is #ff9966. Color #fab079 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110000 01111001
Octal 372 260 171
Decimal 250 176 121
Hex FA B0 79

RGB Percentages of Color #fab079

%45.70
%32.18
%22.12

CMYK Percentages of Color #fab079

%0
%30
%52
%2

Triadic Colors of #fab079

#fab079 #79fab0 #b079fa

Analogous Colors of #fab079

#fab079 #faf179 #fa7983

Monochromatic Colors of #fab079

#fab079

Complementary Color

#fab079 #79c3fa

#fab079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab079 Color CSS Codes

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

#fab079 Text Font Color

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

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


#fab079 Background Color

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

This div background color is #fab079


#fab079 Border Color

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

This div border color is #fab079


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,176,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 #fab079">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab079


Comments

No comments written yet.

Please login to write comment.