Color Hex Logo

#faedab Color Hex

#FAEDAB
(250,237,171)
0 Favorites   0 Comments

Color spaces of #faedab

RGB 250237171
HSL0.140.890.83
HSV50°32°98°
CMYK 0.000.050.32   0.02
XYZ77.059283.832650.6479
Yxy83.83260.36430.3963
Hunter Lab91.5601-10.000431.2949
CIE-Lab93.3777-5.227433.6185

#faedab color RGB value is (250,237,171).

#faedab hex color red value is 250, green value is 237 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #faedab hue: 0.14 , saturation: 0.89 and the lightness value of faedab is 0.83.

The process color (four color CMYK) of #faedab color hex is 0.00, 0.05, 0.32, 0.02. Web safe color of #faedab is #ffff99. Color #faedab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 10101011
Octal 372 355 253
Decimal 250 237 171
Hex FA ED AB

RGB Percentages of Color #faedab

%37.99
%36.02
%25.99

CMYK Percentages of Color #faedab

%0
%5
%32
%2

Triadic Colors of #faedab

#faedab #abfaed #edabfa

Analogous Colors of #faedab

#faedab #e0faab #fac6ab

Monochromatic Colors of #faedab

#faedab

Complementary Color

#faedab #abb8fa

#faedab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faedab Color Preview on White Background

Lorem ipsum dolor sit amet.

#faedab Color CSS Codes

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

#faedab Text Font Color

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

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


#faedab Background Color

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

This div background color is #faedab


#faedab Border Color

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

This div border color is #faedab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faedab


Comments

No comments written yet.

Please login to write comment.