Color Hex Logo

#fab375 Color Hex

#FAB375
(250,179,117)
0 Favorites   0 Comments

Color spaces of #fab375

RGB 250179117
HSL0.080.930.72
HSV28°53°98°
CMYK 0.000.280.53   0.02
XYZ58.755353.848524.1267
Yxy53.84850.42970.3938
Hunter Lab73.381514.504131.8735
CIE-Lab78.373319.149841.6874

#fab375 color RGB value is (250,179,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110011 01110101
Octal 372 263 165
Decimal 250 179 117
Hex FA B3 75

RGB Percentages of Color #fab375

%45.79
%32.78
%21.43

CMYK Percentages of Color #fab375

%0
%28
%53
%2

Triadic Colors of #fab375

#fab375 #75fab3 #b375fa

Analogous Colors of #fab375

#fab375 #faf675 #fa757a

Monochromatic Colors of #fab375

#fab375

Complementary Color

#fab375 #75bcfa

#fab375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab375 Color CSS Codes

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

#fab375 Text Font Color

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

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


#fab375 Background Color

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

This div background color is #fab375


#fab375 Border Color

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

This div border color is #fab375


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab375


Comments

No comments written yet.

Please login to write comment.