Color Hex Logo

#fab257 Color Hex

#FAB257
(250,178,87)
0 Favorites   0 Comments

Color spaces of #fab257

RGB 25017887
HSL0.090.940.66
HSV33°65°98°
CMYK 0.000.290.65   0.02
XYZ57.065052.852916.2108
Yxy52.85290.45240.4190
Hunter Lab72.700012.886537.6694
CIE-Lab77.788117.548155.7022

#fab257 color RGB value is (250,178,87).

#fab257 hex color red value is 250, green value is 178 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #fab257 hue: 0.09 , saturation: 0.94 and the lightness value of fab257 is 0.66.

The process color (four color CMYK) of #fab257 color hex is 0.00, 0.29, 0.65, 0.02. Web safe color of #fab257 is #ff9966. Color #fab257 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110010 01010111
Octal 372 262 127
Decimal 250 178 87
Hex FA B2 57

RGB Percentages of Color #fab257

%48.54
%34.56
%16.89

CMYK Percentages of Color #fab257

%0
%29
%65
%2

Triadic Colors of #fab257

#fab257 #57fab2 #b257fa

Analogous Colors of #fab257

#fab257 #f1fa57 #fa6157

Monochromatic Colors of #fab257

#fab257

Complementary Color

#fab257 #579ffa

#fab257 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab257 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab257 Color CSS Codes

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

#fab257 Text Font Color

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

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


#fab257 Background Color

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

This div background color is #fab257


#fab257 Border Color

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

This div border color is #fab257


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab257

Related Colors


Comments

No comments written yet.

Please login to write comment.