Color Hex Logo

#fedcad Color Hex

#FEDCAD
(254,220,173)
0 Favorites   0 Comments

Color spaces of #fedcad

RGB 254220173
HSL0.100.980.84
HSV35°32°100°
CMYK 0.000.130.32   0.00
XYZ74.009175.274450.1639
Yxy75.27440.37110.3774
Hunter Lab86.76080.433426.4519
CIE-Lab89.52145.160627.4647

#fedcad color RGB value is (254,220,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011100 10101101
Octal 376 334 255
Decimal 254 220 173
Hex FE DC AD

RGB Percentages of Color #fedcad

%39.26
%34.00
%26.74

CMYK Percentages of Color #fedcad

%0
%13
%32
%0

Triadic Colors of #fedcad

#fedcad #adfedc #dcadfe

Analogous Colors of #fedcad

#fedcad #f8fead #feb4ad

Monochromatic Colors of #fedcad

#fedcad

Complementary Color

#fedcad #adcffe

#fedcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedcad Color CSS Codes

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

#fedcad Text Font Color

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

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


#fedcad Background Color

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

This div background color is #fedcad


#fedcad Border Color

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

This div border color is #fedcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedcad


Comments

No comments written yet.

Please login to write comment.