Color Hex Logo

#fab756 Color Hex

#FAB756
(250,183,86)
0 Favorites   0 Comments

Color spaces of #fab756

RGB 25018386
HSL0.100.940.66
HSV35°66°98°
CMYK 0.000.270.66   0.02
XYZ58.037554.862916.3348
Yxy54.86290.44910.4245
Hunter Lab74.069510.242938.7732
CIE-Lab78.962214.869757.4570

#fab756 color RGB value is (250,183,86).

#fab756 hex color red value is 250, green value is 183 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #fab756 hue: 0.10 , saturation: 0.94 and the lightness value of fab756 is 0.66.

The process color (four color CMYK) of #fab756 color hex is 0.00, 0.27, 0.66, 0.02. Web safe color of #fab756 is #ffcc66. Color #fab756 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110111 01010110
Octal 372 267 126
Decimal 250 183 86
Hex FA B7 56

RGB Percentages of Color #fab756

%48.17
%35.26
%16.57

CMYK Percentages of Color #fab756

%0
%27
%66
%2

Triadic Colors of #fab756

#fab756 #56fab7 #b756fa

Analogous Colors of #fab756

#fab756 #ebfa56 #fa6556

Monochromatic Colors of #fab756

#fab756

Complementary Color

#fab756 #5699fa

#fab756 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab756 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab756 Color CSS Codes

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

#fab756 Text Font Color

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

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


#fab756 Background Color

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

This div background color is #fab756


#fab756 Border Color

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

This div border color is #fab756


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab756


Comments

No comments written yet.

Please login to write comment.