Color Hex Logo

#fab344 Color Hex

#FAB344
(250,179,68)
0 Favorites   0 Comments

Color spaces of #fab344

RGB 25017968
HSL0.100.950.62
HSV37°73°98°
CMYK 0.000.280.73   0.02
XYZ56.587852.981512.7128
Yxy52.98150.46280.4333
Hunter Lab72.788411.391440.5966
CIE-Lab77.864116.041464.0831

#fab344 color RGB value is (250,179,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110011 01000100
Octal 372 263 104
Decimal 250 179 68
Hex FA B3 44

RGB Percentages of Color #fab344

%50.30
%36.02
%13.68

CMYK Percentages of Color #fab344

%0
%28
%73
%2

Triadic Colors of #fab344

#fab344 #44fab3 #b344fa

Analogous Colors of #fab344

#fab344 #e6fa44 #fa5844

Monochromatic Colors of #fab344

#fab344

Complementary Color

#fab344 #448bfa

#fab344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab344 Color CSS Codes

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

#fab344 Text Font Color

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

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


#fab344 Background Color

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

This div background color is #fab344


#fab344 Border Color

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

This div border color is #fab344


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab344

Related Colors


Comments

No comments written yet.

Please login to write comment.