Color Hex Logo

#facead Color Hex

#FACEAD
(250,206,173)
1 Favorites   0 Comments

Color spaces of #facead

RGB 250206173
HSL0.070.890.83
HSV26°31°98°
CMYK 0.000.180.31   0.02
XYZ69.038567.483748.9221
Yxy67.48370.37230.3639
Hunter Lab82.14856.253622.1948
CIE-Lab85.747610.889122.2436

#facead color RGB value is (250,206,173).

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

The process color (four color CMYK) of #facead color hex is 0.00, 0.18, 0.31, 0.02. Web safe color of #facead is #ffcc99. Color #facead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001110 10101101
Octal 372 316 255
Decimal 250 206 173
Hex FA CE AD

RGB Percentages of Color #facead

%39.75
%32.75
%27.50

CMYK Percentages of Color #facead

%0
%18
%31
%2

Triadic Colors of #facead

#facead #adface #ceadfa

Analogous Colors of #facead

#facead #faf5ad #faadb3

Monochromatic Colors of #facead

#facead

Complementary Color

#facead #add9fa

#facead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facead Color Preview on White Background

Lorem ipsum dolor sit amet.

#facead Color CSS Codes

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

#facead Text Font Color

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

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


#facead Background Color

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

This div background color is #facead


#facead Border Color

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

This div border color is #facead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facead


Comments

No comments written yet.

Please login to write comment.