Color Hex Logo

#fab84a Color Hex

#FAB84A
(250,184,74)
0 Favorites   0 Comments

Color spaces of #fab84a

RGB 25018474
HSL0.100.950.64
HSV38°70°98°
CMYK 0.000.260.70   0.02
XYZ57.800955.099414.0674
Yxy55.09940.45520.4340
Hunter Lab74.22909.094440.7240
CIE-Lab79.098513.705262.8559

#fab84a color RGB value is (250,184,74).

#fab84a hex color red value is 250, green value is 184 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #fab84a hue: 0.10 , saturation: 0.95 and the lightness value of fab84a is 0.64.

The process color (four color CMYK) of #fab84a color hex is 0.00, 0.26, 0.70, 0.02. Web safe color of #fab84a is #ffcc33. Color #fab84a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111000 01001010
Octal 372 270 112
Decimal 250 184 74
Hex FA B8 4A

RGB Percentages of Color #fab84a

%49.21
%36.22
%14.57

CMYK Percentages of Color #fab84a

%0
%26
%70
%2

Triadic Colors of #fab84a

#fab84a #4afab8 #b84afa

Analogous Colors of #fab84a

#fab84a #e4fa4a #fa604a

Monochromatic Colors of #fab84a

#fab84a

Complementary Color

#fab84a #4a8cfa

#fab84a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab84a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab84a Color CSS Codes

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

#fab84a Text Font Color

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

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


#fab84a Background Color

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

This div background color is #fab84a


#fab84a Border Color

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

This div border color is #fab84a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab84a


Comments

No comments written yet.

Please login to write comment.