Color Hex Logo

#fedbaa Color Hex

#FEDBAA
(254,219,170)
0 Favorites   0 Comments

Color spaces of #fedbaa

RGB 254219170
HSL0.100.980.83
HSV35°33°100°
CMYK 0.000.140.33   0.00
XYZ73.460374.636148.5647
Yxy74.63610.37350.3795
Hunter Lab86.39220.594327.1451
CIE-Lab89.22235.310028.6082

#fedbaa color RGB value is (254,219,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011011 10101010
Octal 376 333 252
Decimal 254 219 170
Hex FE DB AA

RGB Percentages of Color #fedbaa

%39.50
%34.06
%26.44

CMYK Percentages of Color #fedbaa

%0
%14
%33
%0

Triadic Colors of #fedbaa

#fedbaa #aafedb #dbaafe

Analogous Colors of #fedbaa

#fedbaa #f7feaa #feb1aa

Monochromatic Colors of #fedbaa

#fedbaa

Complementary Color

#fedbaa #aacdfe

#fedbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedbaa Color CSS Codes

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

#fedbaa Text Font Color

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

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


#fedbaa Background Color

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

This div background color is #fedbaa


#fedbaa Border Color

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

This div border color is #fedbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedbaa

Related Colors

#fedbaa Color Palettes


Comments

No comments written yet.

Please login to write comment.