Color Hex Logo

#fedbad Color Hex

#FEDBAD
(254,219,173)
0 Favorites   0 Comments

Color spaces of #fedbad

RGB 254219173
HSL0.090.980.84
HSV34°32°100°
CMYK 0.000.140.32   0.00
XYZ73.747474.751050.0766
Yxy74.75100.37140.3764
Hunter Lab86.45870.954126.1805
CIE-Lab89.27625.674427.1317

#fedbad color RGB value is (254,219,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011011 10101101
Octal 376 333 255
Decimal 254 219 173
Hex FE DB AD

RGB Percentages of Color #fedbad

%39.32
%33.90
%26.78

CMYK Percentages of Color #fedbad

%0
%14
%32
%0

Triadic Colors of #fedbad

#fedbad #adfedb #dbadfe

Analogous Colors of #fedbad

#fedbad #f9fead #feb3ad

Monochromatic Colors of #fedbad

#fedbad

Complementary Color

#fedbad #add0fe

#fedbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedbad Color CSS Codes

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

#fedbad Text Font Color

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

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


#fedbad Background Color

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

This div background color is #fedbad


#fedbad Border Color

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

This div border color is #fedbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedbad


Comments

No comments written yet.

Please login to write comment.