Color Hex Logo

#fadeaa Color Hex

#FADEAA
(250,222,170)
0 Favorites   0 Comments

Color spaces of #fadeaa

RGB 250222170
HSL0.110.890.82
HSV39°32°98°
CMYK 0.000.110.32   0.02
XYZ72.801375.468848.7601
Yxy75.46880.36950.3830
Hunter Lab86.8728-2.440427.5326
CIE-Lab89.61212.253329.0758

#fadeaa color RGB value is (250,222,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011110 10101010
Octal 372 336 252
Decimal 250 222 170
Hex FA DE AA

RGB Percentages of Color #fadeaa

%38.94
%34.58
%26.48

CMYK Percentages of Color #fadeaa

%0
%11
%32
%2

Triadic Colors of #fadeaa

#fadeaa #aafade #deaafa

Analogous Colors of #fadeaa

#fadeaa #eefaaa #fab6aa

Monochromatic Colors of #fadeaa

#fadeaa

Complementary Color

#fadeaa #aac6fa

#fadeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadeaa Color CSS Codes

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

#fadeaa Text Font Color

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

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


#fadeaa Background Color

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

This div background color is #fadeaa


#fadeaa Border Color

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

This div border color is #fadeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadeaa


Comments

No comments written yet.

Please login to write comment.