Color Hex Logo

#fab447 Color Hex

#FAB447
(250,180,71)
0 Favorites   0 Comments

Color spaces of #fab447

RGB 25018071
HSL0.100.950.63
HSV37°72°98°
CMYK 0.000.280.72   0.02
XYZ56.882953.421413.2746
Yxy53.42140.46030.4323
Hunter Lab73.089911.011840.3947
CIE-Lab78.123115.654763.1105

#fab447 color RGB value is (250,180,71).

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

The process color (four color CMYK) of #fab447 color hex is 0.00, 0.28, 0.72, 0.02. Web safe color of #fab447 is #ffcc33. Color #fab447 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110100 01000111
Octal 372 264 107
Decimal 250 180 71
Hex FA B4 47

RGB Percentages of Color #fab447

%49.90
%35.93
%14.17

CMYK Percentages of Color #fab447

%0
%28
%72
%2

Triadic Colors of #fab447

#fab447 #47fab4 #b447fa

Analogous Colors of #fab447

#fab447 #e7fa47 #fa5b47

Monochromatic Colors of #fab447

#fab447

Complementary Color

#fab447 #478dfa

#fab447 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab447 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab447 Color CSS Codes

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

#fab447 Text Font Color

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

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


#fab447 Background Color

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

This div background color is #fab447


#fab447 Border Color

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

This div border color is #fab447


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab447


Comments

No comments written yet.

Please login to write comment.