Color Hex Logo

#fab948 Color Hex

#FAB948
(250,185,72)
0 Favorites   0 Comments

Color spaces of #fab948

RGB 25018572
HSL0.110.950.63
HSV38°71°98°
CMYK 0.000.260.71   0.02
XYZ57.943055.489813.7876
Yxy55.48980.45550.4362
Hunter Lab74.49158.485741.1701
CIE-Lab79.322613.086263.9171

#fab948 color RGB value is (250,185,72).

#fab948 hex color red value is 250, green value is 185 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #fab948 hue: 0.11 , saturation: 0.95 and the lightness value of fab948 is 0.63.

The process color (four color CMYK) of #fab948 color hex is 0.00, 0.26, 0.71, 0.02. Web safe color of #fab948 is #ffcc33. Color #fab948 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111001 01001000
Octal 372 271 110
Decimal 250 185 72
Hex FA B9 48

RGB Percentages of Color #fab948

%49.31
%36.49
%14.20

CMYK Percentages of Color #fab948

%0
%26
%71
%2

Triadic Colors of #fab948

#fab948 #48fab9 #b948fa

Analogous Colors of #fab948

#fab948 #e2fa48 #fa6048

Monochromatic Colors of #fab948

#fab948

Complementary Color

#fab948 #4889fa

#fab948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab948 Color CSS Codes

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

#fab948 Text Font Color

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

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


#fab948 Background Color

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

This div background color is #fab948


#fab948 Border Color

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

This div border color is #fab948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab948

Related Colors


Comments

No comments written yet.

Please login to write comment.