Color Hex Logo

#fab048 Color Hex

#FAB048
(250,176,72)
0 Favorites   0 Comments

Color spaces of #fab048

RGB 25017672
HSL0.100.950.63
HSV35°71°98°
CMYK 0.000.300.71   0.02
XYZ56.119451.842513.1797
Yxy51.84250.46330.4279
Hunter Lab72.001713.123039.5484
CIE-Lab77.186617.797961.7326

#fab048 color RGB value is (250,176,72).

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

The process color (four color CMYK) of #fab048 color hex is 0.00, 0.30, 0.71, 0.02. Web safe color of #fab048 is #ff9933. Color #fab048 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110000 01001000
Octal 372 260 110
Decimal 250 176 72
Hex FA B0 48

RGB Percentages of Color #fab048

%50.20
%35.34
%14.46

CMYK Percentages of Color #fab048

%0
%30
%71
%2

Triadic Colors of #fab048

#fab048 #48fab0 #b048fa

Analogous Colors of #fab048

#fab048 #ebfa48 #fa5748

Monochromatic Colors of #fab048

#fab048

Complementary Color

#fab048 #4892fa

#fab048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab048 Color CSS Codes

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

#fab048 Text Font Color

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

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


#fab048 Background Color

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

This div background color is #fab048


#fab048 Border Color

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

This div border color is #fab048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab048


Comments

No comments written yet.

Please login to write comment.