Color Hex Logo

#fab47c Color Hex

#FAB47C
(250,180,124)
0 Favorites   0 Comments

Color spaces of #fab47c

RGB 250180124
HSL0.070.930.73
HSV27°50°98°
CMYK 0.000.280.50   0.02
XYZ59.383754.421726.4434
Yxy54.42170.42340.3880
Hunter Lab73.771114.588330.3871
CIE-Lab78.707019.224638.5067

#fab47c color RGB value is (250,180,124).

#fab47c hex color red value is 250, green value is 180 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #fab47c hue: 0.07 , saturation: 0.93 and the lightness value of fab47c is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110100 01111100
Octal 372 264 174
Decimal 250 180 124
Hex FA B4 7C

RGB Percentages of Color #fab47c

%45.13
%32.49
%22.38

CMYK Percentages of Color #fab47c

%0
%28
%50
%2

Triadic Colors of #fab47c

#fab47c #7cfab4 #b47cfa

Analogous Colors of #fab47c

#fab47c #faf37c #fa7c83

Monochromatic Colors of #fab47c

#fab47c

Complementary Color

#fab47c #7cc2fa

#fab47c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab47c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab47c Color CSS Codes

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

#fab47c Text Font Color

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

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


#fab47c Background Color

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

This div background color is #fab47c


#fab47c Border Color

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

This div border color is #fab47c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab47c

Related Colors


Comments

No comments written yet.

Please login to write comment.