Color Hex Logo

#faedac Color Hex

#FAEDAC
(250,237,172)
0 Favorites   0 Comments

Color spaces of #faedac

RGB 250237172
HSL0.140.890.83
HSV50°31°98°
CMYK 0.000.050.31   0.02
XYZ77.154983.870951.1519
Yxy83.87090.36360.3953
Hunter Lab91.5811-9.884830.9908
CIE-Lab93.3944-5.106333.1348

#faedac color RGB value is (250,237,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 10101100
Octal 372 355 254
Decimal 250 237 172
Hex FA ED AC

RGB Percentages of Color #faedac

%37.94
%35.96
%26.10

CMYK Percentages of Color #faedac

%0
%5
%31
%2

Triadic Colors of #faedac

#faedac #acfaed #edacfa

Analogous Colors of #faedac

#faedac #e0faac #fac6ac

Monochromatic Colors of #faedac

#faedac

Complementary Color

#faedac #acb9fa

#faedac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faedac Color Preview on White Background

Lorem ipsum dolor sit amet.

#faedac Color CSS Codes

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

#faedac Text Font Color

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

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


#faedac Background Color

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

This div background color is #faedac


#faedac Border Color

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

This div border color is #faedac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faedac

#faedac Color Palettes


Comments

No comments written yet.

Please login to write comment.