Color Hex Logo

#faab74 Color Hex

#FAAB74
(250,171,116)
0 Favorites   0 Comments

Color spaces of #faab74

RGB 250171116
HSL0.070.930.72
HSV25°54°98°
CMYK 0.000.320.54   0.02
XYZ57.139650.710823.2996
Yxy50.71080.43570.3867
Hunter Lab71.211518.606930.4490
CIE-Lab76.503523.268839.8626

#faab74 color RGB value is (250,171,116).

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

The process color (four color CMYK) of #faab74 color hex is 0.00, 0.32, 0.54, 0.02. Web safe color of #faab74 is #ff9966. Color #faab74 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101011 01110100
Octal 372 253 164
Decimal 250 171 116
Hex FA AB 74

RGB Percentages of Color #faab74

%46.55
%31.84
%21.60

CMYK Percentages of Color #faab74

%0
%32
%54
%2

Triadic Colors of #faab74

#faab74 #74faab #ab74fa

Analogous Colors of #faab74

#faab74 #faee74 #fa7480

Monochromatic Colors of #faab74

#faab74

Complementary Color

#faab74 #74c3fa

#faab74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faab74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faab74 Color CSS Codes

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

#faab74 Text Font Color

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

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


#faab74 Background Color

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

This div background color is #faab74


#faab74 Border Color

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

This div border color is #faab74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faab74


Comments

No comments written yet.

Please login to write comment.