Color Hex Logo

#fadeaf Color Hex

#FADEAF
(250,222,175)
0 Favorites   0 Comments

Color spaces of #fadeaf

RGB 250222175
HSL0.100.880.83
HSV38°30°98°
CMYK 0.000.110.30   0.02
XYZ73.283575.661751.2992
Yxy75.66170.36600.3778
Hunter Lab86.9837-1.835925.9220
CIE-Lab89.70202.873626.6196

#fadeaf color RGB value is (250,222,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011110 10101111
Octal 372 336 257
Decimal 250 222 175
Hex FA DE AF

RGB Percentages of Color #fadeaf

%38.64
%34.31
%27.05

CMYK Percentages of Color #fadeaf

%0
%11
%30
%2

Triadic Colors of #fadeaf

#fadeaf #affade #deaffa

Analogous Colors of #fadeaf

#fadeaf #f1faaf #fab9af

Monochromatic Colors of #fadeaf

#fadeaf

Complementary Color

#fadeaf #afcbfa

#fadeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadeaf Color CSS Codes

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

#fadeaf Text Font Color

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

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


#fadeaf Background Color

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

This div background color is #fadeaf


#fadeaf Border Color

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

This div border color is #fadeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadeaf


Comments

No comments written yet.

Please login to write comment.