Color Hex Logo

#faedb4 Color Hex

#FAEDB4
(250,237,180)
0 Favorites   0 Comments

Color spaces of #faedb4

RGB 250237180
HSL0.140.880.84
HSV49°28°98°
CMYK 0.000.050.28   0.02
XYZ77.946784.187755.3216
Yxy84.18770.35840.3871
Hunter Lab91.7539-8.930028.4797
CIE-Lab93.5320-4.109129.2573

#faedb4 color RGB value is (250,237,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 10110100
Octal 372 355 264
Decimal 250 237 180
Hex FA ED B4

RGB Percentages of Color #faedb4

%37.48
%35.53
%26.99

CMYK Percentages of Color #faedb4

%0
%5
%28
%2

Triadic Colors of #faedb4

#faedb4 #b4faed #edb4fa

Analogous Colors of #faedb4

#faedb4 #e4fab4 #facab4

Monochromatic Colors of #faedb4

#faedb4

Complementary Color

#faedb4 #b4c1fa

#faedb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faedb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faedb4 Color CSS Codes

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

#faedb4 Text Font Color

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

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


#faedb4 Background Color

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

This div background color is #faedb4


#faedb4 Border Color

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

This div border color is #faedb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faedb4


Comments

No comments written yet.

Please login to write comment.