Color Hex Logo

#fab244 Color Hex

#FAB244
(250,178,68)
0 Favorites   0 Comments

Color spaces of #fab244

RGB 25017868
HSL0.100.950.62
HSV36°73°98°
CMYK 0.000.290.73   0.02
XYZ56.388152.582112.6462
Yxy52.58210.46370.4324
Hunter Lab72.513511.906940.4194
CIE-Lab77.627616.565363.8464

#fab244 color RGB value is (250,178,68).

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

The process color (four color CMYK) of #fab244 color hex is 0.00, 0.29, 0.73, 0.02. Web safe color of #fab244 is #ff9933. Color #fab244 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110010 01000100
Octal 372 262 104
Decimal 250 178 68
Hex FA B2 44

RGB Percentages of Color #fab244

%50.40
%35.89
%13.71

CMYK Percentages of Color #fab244

%0
%29
%73
%2

Triadic Colors of #fab244

#fab244 #44fab2 #b244fa

Analogous Colors of #fab244

#fab244 #e7fa44 #fa5744

Monochromatic Colors of #fab244

#fab244

Complementary Color

#fab244 #448cfa

#fab244 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab244 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab244 Color CSS Codes

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

#fab244 Text Font Color

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

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


#fab244 Background Color

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

This div background color is #fab244


#fab244 Border Color

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

This div border color is #fab244


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,178,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 #fab244">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab244


Comments

No comments written yet.

Please login to write comment.