Color Hex Logo

#fedaab Color Hex

#FEDAAB
(254,218,171)
0 Favorites   0 Comments

Color spaces of #fedaab

RGB 254218171
HSL0.090.980.83
HSV34°33°100°
CMYK 0.000.140.33   0.00
XYZ73.295174.153948.9781
Yxy74.15390.37310.3775
Hunter Lab86.11271.233826.5566
CIE-Lab88.99525.944627.7843

#fedaab color RGB value is (254,218,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011010 10101011
Octal 376 332 253
Decimal 254 218 171
Hex FE DA AB

RGB Percentages of Color #fedaab

%39.50
%33.90
%26.59

CMYK Percentages of Color #fedaab

%0
%14
%33
%0

Triadic Colors of #fedaab

#fedaab #abfeda #daabfe

Analogous Colors of #fedaab

#fedaab #f9feab #feb1ab

Monochromatic Colors of #fedaab

#fedaab

Complementary Color

#fedaab #abcffe

#fedaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedaab Color CSS Codes

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

#fedaab Text Font Color

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

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


#fedaab Background Color

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

This div background color is #fedaab


#fedaab Border Color

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

This div border color is #fedaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedaab


Comments

No comments written yet.

Please login to write comment.