Color Hex Logo

#fab47a Color Hex

#FAB47A
(250,180,122)
2 Favorites   0 Comments

Color spaces of #fab47a

RGB 250180122
HSL0.080.930.73
HSV27°51°98°
CMYK 0.000.280.51   0.02
XYZ59.258554.371725.7839
Yxy54.37170.42510.3900
Hunter Lab73.737214.410630.8839
CIE-Lab78.678019.049139.5028

#fab47a color RGB value is (250,180,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110100 01111010
Octal 372 264 172
Decimal 250 180 122
Hex FA B4 7A

RGB Percentages of Color #fab47a

%45.29
%32.61
%22.10

CMYK Percentages of Color #fab47a

%0
%28
%51
%2

Triadic Colors of #fab47a

#fab47a #7afab4 #b47afa

Analogous Colors of #fab47a

#fab47a #faf47a #fa7a80

Monochromatic Colors of #fab47a

#fab47a

Complementary Color

#fab47a #7ac0fa

#fab47a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab47a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab47a Color CSS Codes

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

#fab47a Text Font Color

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

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


#fab47a Background Color

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

This div background color is #fab47a


#fab47a Border Color

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

This div border color is #fab47a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab47a

Related Colors


Comments

No comments written yet.

Please login to write comment.