Color Hex Logo

#fab368 Color Hex

#FAB368
(250,179,104)
1 Favorites   0 Comments

Color spaces of #fab368

RGB 250179104
HSL0.090.940.69
HSV31°58°98°
CMYK 0.000.280.58   0.02
XYZ58.043153.563720.3763
Yxy53.56370.43980.4058
Hunter Lab73.187213.486634.7239
CIE-Lab78.206618.140248.0272

#fab368 color RGB value is (250,179,104).

#fab368 hex color red value is 250, green value is 179 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #fab368 hue: 0.09 , saturation: 0.94 and the lightness value of fab368 is 0.69.

The process color (four color CMYK) of #fab368 color hex is 0.00, 0.28, 0.58, 0.02. Web safe color of #fab368 is #ffcc66. Color #fab368 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110011 01101000
Octal 372 263 150
Decimal 250 179 104
Hex FA B3 68

RGB Percentages of Color #fab368

%46.90
%33.58
%19.51

CMYK Percentages of Color #fab368

%0
%28
%58
%2

Triadic Colors of #fab368

#fab368 #68fab3 #b368fa

Analogous Colors of #fab368

#fab368 #f8fa68 #fa6a68

Monochromatic Colors of #fab368

#fab368

Complementary Color

#fab368 #68affa

#fab368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab368 Color CSS Codes

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

#fab368 Text Font Color

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

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


#fab368 Background Color

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

This div background color is #fab368


#fab368 Border Color

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

This div border color is #fab368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab368


Comments

No comments written yet.

Please login to write comment.