Color Hex Logo

#faedbd Color Hex

#FAEDBD
(250,237,189)
1 Favorites   0 Comments

Color spaces of #faedbd

RGB 250237189
HSL0.130.860.86
HSV47°24°98°
CMYK 0.000.050.24   0.02
XYZ78.893884.566560.3089
Yxy84.56650.35260.3779
Hunter Lab91.9600-7.792525.4887
CIE-Lab93.6960-2.928224.8816

#faedbd color RGB value is (250,237,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 10111101
Octal 372 355 275
Decimal 250 237 189
Hex FA ED BD

RGB Percentages of Color #faedbd

%36.98
%35.06
%27.96

CMYK Percentages of Color #faedbd

%0
%5
%24
%2

Triadic Colors of #faedbd

#faedbd #bdfaed #edbdfa

Analogous Colors of #faedbd

#faedbd #e9fabd #facfbd

Monochromatic Colors of #faedbd

#faedbd

Complementary Color

#faedbd #bdcafa

#faedbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faedbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#faedbd Color CSS Codes

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

#faedbd Text Font Color

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

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


#faedbd Background Color

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

This div background color is #faedbd


#faedbd Border Color

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

This div border color is #faedbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faedbd

Related Colors


Comments

No comments written yet.

Please login to write comment.