Color Hex Logo

#faedb9 Color Hex

#FAEDB9
(250,237,185)
0 Favorites   0 Comments

Color spaces of #faedb9

RGB 250237185
HSL0.130.870.85
HSV48°26°98°
CMYK 0.000.050.26   0.02
XYZ78.465584.395158.0533
Yxy84.39510.35520.3820
Hunter Lab91.8668-8.306126.8397
CIE-Lab93.6218-3.460526.8275

#faedb9 color RGB value is (250,237,185).

#faedb9 hex color red value is 250, green value is 237 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #faedb9 hue: 0.13 , saturation: 0.87 and the lightness value of faedb9 is 0.85.

The process color (four color CMYK) of #faedb9 color hex is 0.00, 0.05, 0.26, 0.02. Web safe color of #faedb9 is #ffffcc. Color #faedb9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 10111001
Octal 372 355 271
Decimal 250 237 185
Hex FA ED B9

RGB Percentages of Color #faedb9

%37.20
%35.27
%27.53

CMYK Percentages of Color #faedb9

%0
%5
%26
%2

Triadic Colors of #faedb9

#faedb9 #b9faed #edb9fa

Analogous Colors of #faedb9

#faedb9 #e7fab9 #facdb9

Monochromatic Colors of #faedb9

#faedb9

Complementary Color

#faedb9 #b9c6fa

#faedb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faedb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faedb9 Color CSS Codes

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

#faedb9 Text Font Color

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

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


#faedb9 Background Color

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

This div background color is #faedb9


#faedb9 Border Color

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

This div border color is #faedb9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,237,185, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faedb9

Related Colors


Comments

No comments written yet.

Please login to write comment.