Color Hex Logo

#fab708 Color Hex

#FAB708
(250,183,8)
0 Favorites   0 Comments

Color spaces of #fab708

RGB 2501838
HSL0.120.960.51
HSV43°97°98°
CMYK 0.000.270.97   0.02
XYZ56.401754.20857.7203
Yxy54.20850.47660.4581
Hunter Lab73.62647.894145.3215
CIE-Lab78.583212.480380.2952

#fab708 color RGB value is (250,183,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110111 00001000
Octal 372 267 10
Decimal 250 183 8
Hex FA B7 8

RGB Percentages of Color #fab708

%56.69
%41.50
%1.81

CMYK Percentages of Color #fab708

%0
%27
%97
%2

Triadic Colors of #fab708

#fab708 #08fab7 #b708fa

Analogous Colors of #fab708

#fab708 #c4fa08 #fa3e08

Monochromatic Colors of #fab708

#fab708

Complementary Color

#fab708 #084bfa

#fab708 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab708 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab708 Color CSS Codes

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

#fab708 Text Font Color

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

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


#fab708 Background Color

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

This div background color is #fab708


#fab708 Border Color

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

This div border color is #fab708


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab708


Comments

No comments written yet.

Please login to write comment.