Color Hex Logo

#fab070 Color Hex

#FAB070
(250,176,112)
0 Favorites   0 Comments

Color spaces of #fab070

RGB 250176112
HSL0.080.930.71
HSV28°55°98°
CMYK 0.000.300.55   0.02
XYZ57.874352.544522.4210
Yxy52.54450.43570.3955
Hunter Lab72.487615.661632.4024
CIE-Lab77.605320.320643.2852

#fab070 color RGB value is (250,176,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110000 01110000
Octal 372 260 160
Decimal 250 176 112
Hex FA B0 70

RGB Percentages of Color #fab070

%46.47
%32.71
%20.82

CMYK Percentages of Color #fab070

%0
%30
%55
%2

Triadic Colors of #fab070

#fab070 #70fab0 #b070fa

Analogous Colors of #fab070

#fab070 #faf570 #fa7075

Monochromatic Colors of #fab070

#fab070

Complementary Color

#fab070 #70bafa

#fab070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab070 Color CSS Codes

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

#fab070 Text Font Color

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

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


#fab070 Background Color

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

This div background color is #fab070


#fab070 Border Color

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

This div border color is #fab070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab070


Comments

No comments written yet.

Please login to write comment.