Color Hex Logo

#fab676 Color Hex

#FAB676
(250,182,118)
0 Favorites   0 Comments

Color spaces of #fab676

RGB 250182118
HSL0.080.930.72
HSV29°53°98°
CMYK 0.000.270.53   0.02
XYZ59.422355.087924.6407
Yxy55.08790.42700.3959
Hunter Lab74.221213.021932.2712
CIE-Lab79.091917.658242.0728

#fab676 color RGB value is (250,182,118).

#fab676 hex color red value is 250, green value is 182 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #fab676 hue: 0.08 , saturation: 0.93 and the lightness value of fab676 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110110 01110110
Octal 372 266 166
Decimal 250 182 118
Hex FA B6 76

RGB Percentages of Color #fab676

%45.45
%33.09
%21.45

CMYK Percentages of Color #fab676

%0
%27
%53
%2

Triadic Colors of #fab676

#fab676 #76fab6 #b676fa

Analogous Colors of #fab676

#fab676 #faf876 #fa7678

Monochromatic Colors of #fab676

#fab676

Complementary Color

#fab676 #76bafa

#fab676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab676 Color CSS Codes

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

#fab676 Text Font Color

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

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


#fab676 Background Color

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

This div background color is #fab676


#fab676 Border Color

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

This div border color is #fab676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab676


Comments

No comments written yet.

Please login to write comment.