Color Hex Logo

#fab810 Color Hex

#FAB810
(250,184,16)
0 Favorites   0 Comments

Color spaces of #fab810

RGB 25018416
HSL0.120.960.52
HSV43°94°98°
CMYK 0.000.260.94   0.02
XYZ56.658454.64248.0510
Yxy54.64240.47470.4578
Hunter Lab73.92057.455445.2868
CIE-Lab78.834812.032079.5637

#fab810 color RGB value is (250,184,16).

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

The process color (four color CMYK) of #fab810 color hex is 0.00, 0.26, 0.94, 0.02. Web safe color of #fab810 is #ffcc00. Color #fab810 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111000 00010000
Octal 372 270 20
Decimal 250 184 16
Hex FA B8 10

RGB Percentages of Color #fab810

%55.56
%40.89
%3.56

CMYK Percentages of Color #fab810

%0
%26
%94
%2

Triadic Colors of #fab810

#fab810 #10fab8 #b810fa

Analogous Colors of #fab810

#fab810 #c7fa10 #fa4310

Monochromatic Colors of #fab810

#fab810

Complementary Color

#fab810 #1052fa

#fab810 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab810 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab810 Color CSS Codes

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

#fab810 Text Font Color

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

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


#fab810 Background Color

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

This div background color is #fab810


#fab810 Border Color

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

This div border color is #fab810


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab810


Comments

No comments written yet.

Please login to write comment.