Color Hex Logo

#fab332 Color Hex

#FAB332
(250,179,50)
0 Favorites   0 Comments

Color spaces of #fab332

RGB 25017950
HSL0.110.950.59
HSV39°80°98°
CMYK 0.000.280.80   0.02
XYZ56.120252.794510.2501
Yxy52.79450.47090.4430
Hunter Lab72.659810.713242.4979
CIE-Lab77.753515.356270.6626

#fab332 color RGB value is (250,179,50).

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

The process color (four color CMYK) of #fab332 color hex is 0.00, 0.28, 0.80, 0.02. Web safe color of #fab332 is #ffcc33. Color #fab332 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110011 00110010
Octal 372 263 62
Decimal 250 179 50
Hex FA B3 32

RGB Percentages of Color #fab332

%52.19
%37.37
%10.44

CMYK Percentages of Color #fab332

%0
%28
%80
%2

Triadic Colors of #fab332

#fab332 #32fab3 #b332fa

Analogous Colors of #fab332

#fab332 #ddfa32 #fa4f32

Monochromatic Colors of #fab332

#fab332

Complementary Color

#fab332 #3279fa

#fab332 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab332 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab332 Color CSS Codes

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

#fab332 Text Font Color

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

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


#fab332 Background Color

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

This div background color is #fab332


#fab332 Border Color

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

This div border color is #fab332


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab332


Comments

No comments written yet.

Please login to write comment.