Color Hex Logo

#fab975 Color Hex

#FAB975
(250,185,117)
0 Favorites   0 Comments

Color spaces of #fab975

RGB 250185117
HSL0.090.930.72
HSV31°53°98°
CMYK 0.000.260.53   0.02
XYZ59.984256.306324.5363
Yxy56.30630.42590.3998
Hunter Lab75.037511.375333.1392
CIE-Lab79.787816.001843.4451

#fab975 color RGB value is (250,185,117).

#fab975 hex color red value is 250, green value is 185 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #fab975 hue: 0.09 , saturation: 0.93 and the lightness value of fab975 is 0.72.

The process color (four color CMYK) of #fab975 color hex is 0.00, 0.26, 0.53, 0.02. Web safe color of #fab975 is #ffcc66. Color #fab975 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111001 01110101
Octal 372 271 165
Decimal 250 185 117
Hex FA B9 75

RGB Percentages of Color #fab975

%45.29
%33.51
%21.20

CMYK Percentages of Color #fab975

%0
%26
%53
%2

Triadic Colors of #fab975

#fab975 #75fab9 #b975fa

Analogous Colors of #fab975

#fab975 #f9fa75 #fa7775

Monochromatic Colors of #fab975

#fab975

Complementary Color

#fab975 #75b6fa

#fab975 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab975 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab975 Color CSS Codes

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

#fab975 Text Font Color

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

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


#fab975 Background Color

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

This div background color is #fab975


#fab975 Border Color

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

This div border color is #fab975


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab975

Related Colors


Comments

No comments written yet.

Please login to write comment.