Color Hex Logo

#fab29c Color Hex

#FAB29C
(250,178,156)
0 Favorites   0 Comments

Color spaces of #fab29c

RGB 250178156
HSL0.040.900.80
HSV14°38°98°
CMYK 0.000.290.38   0.02
XYZ61.345554.565138.7513
Yxy54.56510.39660.3528
Hunter Lab73.868218.970020.6042
CIE-Lab78.790123.522521.6979

#fab29c color RGB value is (250,178,156).

#fab29c hex color red value is 250, green value is 178 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #fab29c hue: 0.04 , saturation: 0.90 and the lightness value of fab29c is 0.80.

The process color (four color CMYK) of #fab29c color hex is 0.00, 0.29, 0.38, 0.02. Web safe color of #fab29c is #ff9999. Color #fab29c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110010 10011100
Octal 372 262 234
Decimal 250 178 156
Hex FA B2 9C

RGB Percentages of Color #fab29c

%42.81
%30.48
%26.71

CMYK Percentages of Color #fab29c

%0
%29
%38
%2

Triadic Colors of #fab29c

#fab29c #9cfab2 #b29cfa

Analogous Colors of #fab29c

#fab29c #fae19c #fa9cb5

Monochromatic Colors of #fab29c

#fab29c

Complementary Color

#fab29c #9ce4fa

#fab29c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab29c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab29c Color CSS Codes

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

#fab29c Text Font Color

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

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


#fab29c Background Color

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

This div background color is #fab29c


#fab29c Border Color

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

This div border color is #fab29c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab29c


Comments

No comments written yet.

Please login to write comment.