Color Hex Logo

#fab702 Color Hex

#FAB702
(250,183,2)
0 Favorites   0 Comments

Color spaces of #fab702

RGB 2501832
HSL0.120.980.49
HSV44°99°98°
CMYK 0.000.270.99   0.02
XYZ56.368854.19537.5472
Yxy54.19530.47730.4588
Hunter Lab73.61757.846745.4539
CIE-Lab78.575512.431780.9053

#fab702 color RGB value is (250,183,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110111 00000010
Octal 372 267 2
Decimal 250 183 2
Hex FA B7 2

RGB Percentages of Color #fab702

%57.47
%42.07
%0.46

CMYK Percentages of Color #fab702

%0
%27
%99
%2

Triadic Colors of #fab702

#fab702 #02fab7 #b702fa

Analogous Colors of #fab702

#fab702 #c1fa02 #fa3b02

Monochromatic Colors of #fab702

#fab702

Complementary Color

#fab702 #0245fa

#fab702 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab702 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab702 Color CSS Codes

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

#fab702 Text Font Color

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

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


#fab702 Background Color

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

This div background color is #fab702


#fab702 Border Color

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

This div border color is #fab702


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,183,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 #fab702">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab702


Comments

No comments written yet.

Please login to write comment.