Color Hex Logo

#faddae Color Hex

#FADDAE
(250,221,174)
0 Favorites   0 Comments

Color spaces of #faddae

RGB 250221174
HSL0.100.880.83
HSV37°30°98°
CMYK 0.000.120.30   0.02
XYZ72.920875.092950.6954
Yxy75.09290.36700.3779
Hunter Lab86.6562-1.441325.9736
CIE-Lab89.43653.260626.7748

#faddae color RGB value is (250,221,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011101 10101110
Octal 372 335 256
Decimal 250 221 174
Hex FA DD AE

RGB Percentages of Color #faddae

%38.76
%34.26
%26.98

CMYK Percentages of Color #faddae

%0
%12
%30
%2

Triadic Colors of #faddae

#faddae #aefadd #ddaefa

Analogous Colors of #faddae

#faddae #f1faae #fab7ae

Monochromatic Colors of #faddae

#faddae

Complementary Color

#faddae #aecbfa

#faddae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faddae Color Preview on White Background

Lorem ipsum dolor sit amet.

#faddae Color CSS Codes

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

#faddae Text Font Color

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

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


#faddae Background Color

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

This div background color is #faddae


#faddae Border Color

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

This div border color is #faddae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faddae


Comments

No comments written yet.

Please login to write comment.