Color Hex Logo

#faab2d Color Hex

#FAAB2D
(250,171,45)
0 Favorites   0 Comments

Color spaces of #faab2d

RGB 25017145
HSL0.100.950.58
HSV37°82°98°
CMYK 0.000.320.82   0.02
XYZ54.460949.63939.1936
Yxy49.63930.48070.4381
Hunter Lab70.455214.681641.5819
CIE-Lab75.847319.397070.6159

#faab2d color RGB value is (250,171,45).

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

The process color (four color CMYK) of #faab2d color hex is 0.00, 0.32, 0.82, 0.02. Web safe color of #faab2d is #ff9933. Color #faab2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101011 00101101
Octal 372 253 55
Decimal 250 171 45
Hex FA AB 2D

RGB Percentages of Color #faab2d

%53.65
%36.70
%9.66

CMYK Percentages of Color #faab2d

%0
%32
%82
%2

Triadic Colors of #faab2d

#faab2d #2dfaab #ab2dfa

Analogous Colors of #faab2d

#faab2d #e3fa2d #fa452d

Monochromatic Colors of #faab2d

#faab2d

Complementary Color

#faab2d #2d7cfa

#faab2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faab2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#faab2d Color CSS Codes

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

#faab2d Text Font Color

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

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


#faab2d Background Color

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

This div background color is #faab2d


#faab2d Border Color

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

This div border color is #faab2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faab2d


Comments

No comments written yet.

Please login to write comment.