Color Hex Logo

#fab766 Color Hex

#FAB766
(250,183,102)
0 Favorites   0 Comments

Color spaces of #fab766

RGB 250183102
HSL0.090.940.69
HSV33°59°98°
CMYK 0.000.270.59   0.02
XYZ58.756155.150320.1187
Yxy55.15030.43840.4115
Hunter Lab74.263211.266235.9220
CIE-Lab79.127815.899850.0995

#fab766 color RGB value is (250,183,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110111 01100110
Octal 372 267 146
Decimal 250 183 102
Hex FA B7 66

RGB Percentages of Color #fab766

%46.73
%34.21
%19.07

CMYK Percentages of Color #fab766

%0
%27
%59
%2

Triadic Colors of #fab766

#fab766 #66fab7 #b766fa

Analogous Colors of #fab766

#fab766 #f3fa66 #fa6d66

Monochromatic Colors of #fab766

#fab766

Complementary Color

#fab766 #66a9fa

#fab766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab766 Color CSS Codes

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

#fab766 Text Font Color

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

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


#fab766 Background Color

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

This div background color is #fab766


#fab766 Border Color

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

This div border color is #fab766


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab766

Related Colors


Comments

No comments written yet.

Please login to write comment.