Color Hex Logo

#fabaa4 Color Hex

#FABAA4
(250,186,164)
0 Favorites   0 Comments

Color spaces of #fabaa4

RGB 250186164
HSL0.040.900.81
HSV15°34°98°
CMYK 0.000.260.34   0.02
XYZ63.684158.122142.9841
Yxy58.12210.38650.3527
Hunter Lab76.237915.691019.9379
CIE-Lab80.806620.253020.1914

#fabaa4 color RGB value is (250,186,164).

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

The process color (four color CMYK) of #fabaa4 color hex is 0.00, 0.26, 0.34, 0.02. Web safe color of #fabaa4 is #ffcc99. Color #fabaa4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111010 10100100
Octal 372 272 244
Decimal 250 186 164
Hex FA BA A4

RGB Percentages of Color #fabaa4

%41.67
%31.00
%27.33

CMYK Percentages of Color #fabaa4

%0
%26
%34
%2

Triadic Colors of #fabaa4

#fabaa4 #a4faba #baa4fa

Analogous Colors of #fabaa4

#fabaa4 #fae5a4 #faa4b9

Monochromatic Colors of #fabaa4

#fabaa4

Complementary Color

#fabaa4 #a4e4fa

#fabaa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabaa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabaa4 Color CSS Codes

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

#fabaa4 Text Font Color

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

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


#fabaa4 Background Color

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

This div background color is #fabaa4


#fabaa4 Border Color

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

This div border color is #fabaa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabaa4


Comments

No comments written yet.

Please login to write comment.