Color Hex Logo

#fabd2a Color Hex

#FABD2A
(250,189,42)
0 Favorites   0 Comments

Color spaces of #fabd2a

RGB 25018942
HSL0.120.950.57
HSV42°83°98°
CMYK 0.000.240.83   0.02
XYZ58.039956.886410.1116
Yxy56.88640.46420.4550
Hunter Lab75.42315.369744.8474
CIE-Lab80.11579.903975.1469

#fabd2a color RGB value is (250,189,42).

#fabd2a hex color red value is 250, green value is 189 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #fabd2a hue: 0.12 , saturation: 0.95 and the lightness value of fabd2a is 0.57.

The process color (four color CMYK) of #fabd2a color hex is 0.00, 0.24, 0.83, 0.02. Web safe color of #fabd2a is #ffcc33. Color #fabd2a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111101 00101010
Octal 372 275 52
Decimal 250 189 42
Hex FA BD 2A

RGB Percentages of Color #fabd2a

%51.98
%39.29
%8.73

CMYK Percentages of Color #fabd2a

%0
%24
%83
%2

Triadic Colors of #fabd2a

#fabd2a #2afabd #bd2afa

Analogous Colors of #fabd2a

#fabd2a #cffa2a #fa552a

Monochromatic Colors of #fabd2a

#fabd2a

Complementary Color

#fabd2a #2a67fa

#fabd2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabd2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabd2a Color CSS Codes

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

#fabd2a Text Font Color

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

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


#fabd2a Background Color

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

This div background color is #fabd2a


#fabd2a Border Color

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

This div border color is #fabd2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabd2a


Comments

No comments written yet.

Please login to write comment.