color codes Logo

#fab81c color codes

#FAB81C
(250,184,28)
0 Favorites   0 Comments

Color spaces of #fab81c

RGB 25018428
HSL0.120.960.55
HSV42°89°98°
CMYK 0.000.260.89   0.02
XYZ56.774454.68888.6623
Yxy54.68880.47260.4553
Hunter Lab73.95197.622444.8214
CIE-Lab78.861712.203377.5369

#fab81c color RGB value is (250,184,28).

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

The process color (four color CMYK) of #fab81c color code is 0.00, 0.26, 0.89, 0.02. Web safe color of #fab81c is #ffcc33. Color #fab81c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111000 00011100
Octal 372 270 34
Decimal 250 184 28
Hex FA B8 1C

RGB Percentages of Color #fab81c

%54.11
%39.83
%6.06

CMYK Percentages of Color #fab81c

%0
%26
%89
%2

Triadic Colors of #fab81c

#fab81c #1cfab8 #b81cfa

Analogous Colors of #fab81c

#fab81c #cdfa1c #fa491c

Monochromatic Colors of #fab81c

#fab81c

Complementary Color

#fab81c #1c5efa

#fab81c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab81c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab81c Color CSS Codes

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

#fab81c Text Font Color

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

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


#fab81c Background Color

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

This div background color is #fab81c


#fab81c Border Color

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

This div border color is #fab81c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab81c

Related Colors


Comments

No comments written yet.

Please login to write comment.