Color Hex Logo

#fad5ab Color Hex

#FAD5AB
(250,213,171)
0 Favorites   0 Comments

Color spaces of #fad5ab

RGB 250213171
HSL0.090.890.83
HSV32°32°98°
CMYK 0.000.150.32   0.02
XYZ70.569370.852848.4846
Yxy70.85280.37160.3731
Hunter Lab84.17412.344924.7706
CIE-Lab87.41347.006625.5736

#fad5ab color RGB value is (250,213,171).

#fad5ab hex color red value is 250, green value is 213 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #fad5ab hue: 0.09 , saturation: 0.89 and the lightness value of fad5ab is 0.83.

The process color (four color CMYK) of #fad5ab color hex is 0.00, 0.15, 0.32, 0.02. Web safe color of #fad5ab is #ffcc99. Color #fad5ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010101 10101011
Octal 372 325 253
Decimal 250 213 171
Hex FA D5 AB

RGB Percentages of Color #fad5ab

%39.43
%33.60
%26.97

CMYK Percentages of Color #fad5ab

%0
%15
%32
%2

Triadic Colors of #fad5ab

#fad5ab #abfad5 #d5abfa

Analogous Colors of #fad5ab

#fad5ab #f8faab #faaeab

Monochromatic Colors of #fad5ab

#fad5ab

Complementary Color

#fad5ab #abd0fa

#fad5ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad5ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad5ab Color CSS Codes

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

#fad5ab Text Font Color

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

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


#fad5ab Background Color

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

This div background color is #fad5ab


#fad5ab Border Color

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

This div border color is #fad5ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad5ab

Related Colors


Comments

No comments written yet.

Please login to write comment.