Color Hex Logo

#fefaad Color Hex

#FEFAAD
(254,250,173)
0 Favorites   0 Comments

Color spaces of #fefaad

RGB 254250173
HSL0.160.980.84
HSV57°32°100°
CMYK 0.000.020.32   0.00
XYZ82.601592.459253.0280
Yxy92.45920.36210.4054
Hunter Lab96.1557-14.934034.6117
CIE-Lab97.0077-9.954137.4866

#fefaad color RGB value is (254,250,173).

#fefaad hex color red value is 254, green value is 250 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #fefaad hue: 0.16 , saturation: 0.98 and the lightness value of fefaad is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111010 10101101
Octal 376 372 255
Decimal 254 250 173
Hex FE FA AD

RGB Percentages of Color #fefaad

%37.52
%36.93
%25.55

CMYK Percentages of Color #fefaad

%0
%2
%32
%0

Triadic Colors of #fefaad

#fefaad #adfefa #faadfe

Analogous Colors of #fefaad

#fefaad #dafead #fed2ad

Monochromatic Colors of #fefaad

#fefaad

Complementary Color

#fefaad #adb1fe

#fefaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefaad Color CSS Codes

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

#fefaad Text Font Color

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

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


#fefaad Background Color

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

This div background color is #fefaad


#fefaad Border Color

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

This div border color is #fefaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefaad

Related Colors

#fefaad Color Palettes


Comments

No comments written yet.

Please login to write comment.