Color Hex Logo

#fab078 Color Hex

#FAB078
(250,176,120)
0 Favorites   0 Comments

Color spaces of #fab078

RGB 250176120
HSL0.070.930.73
HSV26°52°98°
CMYK 0.000.300.52   0.02
XYZ58.339852.730724.8725
Yxy52.73070.42910.3879
Hunter Lab72.615916.329530.5230
CIE-Lab77.715720.977839.3192

#fab078 color RGB value is (250,176,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110000 01111000
Octal 372 260 170
Decimal 250 176 120
Hex FA B0 78

RGB Percentages of Color #fab078

%45.79
%32.23
%21.98

CMYK Percentages of Color #fab078

%0
%30
%52
%2

Triadic Colors of #fab078

#fab078 #78fab0 #b078fa

Analogous Colors of #fab078

#fab078 #faf178 #fa7881

Monochromatic Colors of #fab078

#fab078

Complementary Color

#fab078 #78c2fa

#fab078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab078 Color CSS Codes

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

#fab078 Text Font Color

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

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


#fab078 Background Color

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

This div background color is #fab078


#fab078 Border Color

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

This div border color is #fab078


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,176,120, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab078

Related Colors


Comments

No comments written yet.

Please login to write comment.