Color Hex Logo

#fab607 Color Hex

#FAB607
(250,182,7)
0 Favorites   0 Comments

Color spaces of #fab607

RGB 2501827
HSL0.120.960.50
HSV43°97°98°
CMYK 0.000.270.97   0.02
XYZ56.190653.79527.6230
Yxy53.79520.47780.4574
Hunter Lab73.34528.396845.1795
CIE-Lab78.342212.994280.2289

#fab607 color RGB value is (250,182,7).

#fab607 hex color red value is 250, green value is 182 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #fab607 hue: 0.12 , saturation: 0.96 and the lightness value of fab607 is 0.50.

The process color (four color CMYK) of #fab607 color hex is 0.00, 0.27, 0.97, 0.02. Web safe color of #fab607 is #ffcc00. Color #fab607 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110110 00000111
Octal 372 266 7
Decimal 250 182 7
Hex FA B6 7

RGB Percentages of Color #fab607

%56.95
%41.46
%1.59

CMYK Percentages of Color #fab607

%0
%27
%97
%2

Triadic Colors of #fab607

#fab607 #07fab6 #b607fa

Analogous Colors of #fab607

#fab607 #c5fa07 #fa3d07

Monochromatic Colors of #fab607

#fab607

Complementary Color

#fab607 #074bfa

#fab607 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab607 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab607 Color CSS Codes

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

#fab607 Text Font Color

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

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


#fab607 Background Color

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

This div background color is #fab607


#fab607 Border Color

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

This div border color is #fab607


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab607


Comments

No comments written yet.

Please login to write comment.