Color Hex Logo

#fab102 Color Hex

#FAB102
(250,177,2)
0 Favorites   0 Comments

Color spaces of #fab102

RGB 2501772
HSL0.120.980.49
HSV42°99°98°
CMYK 0.000.290.99   0.02
XYZ55.157451.77277.1434
Yxy51.77270.48350.4539
Hunter Lab71.953210.915144.4811
CIE-Lab77.144715.567679.9306

#fab102 color RGB value is (250,177,2).

#fab102 hex color red value is 250, green value is 177 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #fab102 hue: 0.12 , saturation: 0.98 and the lightness value of fab102 is 0.49.

The process color (four color CMYK) of #fab102 color hex is 0.00, 0.29, 0.99, 0.02. Web safe color of #fab102 is #ff9900. Color #fab102 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110001 00000010
Octal 372 261 2
Decimal 250 177 2
Hex FA B1 2

RGB Percentages of Color #fab102

%58.28
%41.26
%0.47

CMYK Percentages of Color #fab102

%0
%29
%99
%2

Triadic Colors of #fab102

#fab102 #02fab1 #b102fa

Analogous Colors of #fab102

#fab102 #c7fa02 #fa3502

Monochromatic Colors of #fab102

#fab102

Complementary Color

#fab102 #024bfa

#fab102 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab102 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab102 Color CSS Codes

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

#fab102 Text Font Color

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

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


#fab102 Background Color

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

This div background color is #fab102


#fab102 Border Color

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

This div border color is #fab102


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab102


Comments

No comments written yet.

Please login to write comment.