Color Hex Logo

#fab110 Color Hex

#FAB110
(250,177,16)
0 Favorites   0 Comments

Color spaces of #fab110

RGB 25017716
HSL0.110.960.52
HSV41°94°98°
CMYK 0.000.290.94   0.02
XYZ55.240051.80577.5782
Yxy51.80570.48190.4520
Hunter Lab71.976211.036244.1408
CIE-Lab77.164515.690478.3603

#fab110 color RGB value is (250,177,16).

#fab110 hex color red value is 250, green value is 177 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #fab110 hue: 0.11 , saturation: 0.96 and the lightness value of fab110 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110001 00010000
Octal 372 261 20
Decimal 250 177 16
Hex FA B1 10

RGB Percentages of Color #fab110

%56.43
%39.95
%3.61

CMYK Percentages of Color #fab110

%0
%29
%94
%2

Triadic Colors of #fab110

#fab110 #10fab1 #b110fa

Analogous Colors of #fab110

#fab110 #cefa10 #fa3c10

Monochromatic Colors of #fab110

#fab110

Complementary Color

#fab110 #1059fa

#fab110 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab110 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab110 Color CSS Codes

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

#fab110 Text Font Color

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

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


#fab110 Background Color

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

This div background color is #fab110


#fab110 Border Color

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

This div border color is #fab110


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab110

Related Colors


Comments

No comments written yet.

Please login to write comment.