Color Hex Logo

#fadeab Color Hex

#FADEAB
(250,222,171)
0 Favorites   0 Comments

Color spaces of #fadeab

RGB 250222171
HSL0.110.890.83
HSV39°32°98°
CMYK 0.000.110.32   0.02
XYZ72.896375.506849.2603
Yxy75.50680.36880.3820
Hunter Lab86.8946-2.321227.2149
CIE-Lab89.62992.375828.5849

#fadeab color RGB value is (250,222,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011110 10101011
Octal 372 336 253
Decimal 250 222 171
Hex FA DE AB

RGB Percentages of Color #fadeab

%38.88
%34.53
%26.59

CMYK Percentages of Color #fadeab

%0
%11
%32
%2

Triadic Colors of #fadeab

#fadeab #abfade #deabfa

Analogous Colors of #fadeab

#fadeab #effaab #fab7ab

Monochromatic Colors of #fadeab

#fadeab

Complementary Color

#fadeab #abc7fa

#fadeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadeab Color CSS Codes

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

#fadeab Text Font Color

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

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


#fadeab Background Color

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

This div background color is #fadeab


#fadeab Border Color

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

This div border color is #fadeab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,222,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 #fadeab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadeab

Related Colors


Comments

No comments written yet.

Please login to write comment.