Color Hex Logo

#fedfad Color Hex

#FEDFAD
(254,223,173)
0 Favorites   0 Comments

Color spaces of #fedfad

RGB 254223173
HSL0.100.980.84
HSV37°32°100°
CMYK 0.000.120.32   0.00
XYZ74.803676.863350.4287
Yxy76.86330.37010.3803
Hunter Lab87.6717-1.125027.2666
CIE-Lab90.25873.622828.4646

#fedfad color RGB value is (254,223,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011111 10101101
Octal 376 337 255
Decimal 254 223 173
Hex FE DF AD

RGB Percentages of Color #fedfad

%39.08
%34.31
%26.62

CMYK Percentages of Color #fedfad

%0
%12
%32
%0

Triadic Colors of #fedfad

#fedfad #adfedf #dfadfe

Analogous Colors of #fedfad

#fedfad #f5fead #feb7ad

Monochromatic Colors of #fedfad

#fedfad

Complementary Color

#fedfad #adccfe

#fedfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedfad Color CSS Codes

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

#fedfad Text Font Color

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

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


#fedfad Background Color

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

This div background color is #fedfad


#fedfad Border Color

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

This div border color is #fedfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedfad

Related Colors


Comments

No comments written yet.

Please login to write comment.