Color Hex Logo

#fadac5 Color Hex

#FADAC5
(250,218,197)
0 Favorites   0 Comments

Color spaces of #fadac5

RGB 250218197
HSL0.070.840.88
HSV24°21°98°
CMYK 0.000.130.21   0.02
XYZ74.573874.498063.2724
Yxy74.49800.35120.3508
Hunter Lab86.31223.177716.9552
CIE-Lab89.15737.896714.4089

#fadac5 color RGB value is (250,218,197).

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

The process color (four color CMYK) of #fadac5 color hex is 0.00, 0.13, 0.21, 0.02. Web safe color of #fadac5 is #ffcccc. Color #fadac5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011010 11000101
Octal 372 332 305
Decimal 250 218 197
Hex FA DA C5

RGB Percentages of Color #fadac5

%37.59
%32.78
%29.62

CMYK Percentages of Color #fadac5

%0
%13
%21
%2

Triadic Colors of #fadac5

#fadac5 #c5fada #dac5fa

Analogous Colors of #fadac5

#fadac5 #faf5c5 #fac5cb

Monochromatic Colors of #fadac5

#fadac5

Complementary Color

#fadac5 #c5e5fa

#fadac5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadac5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadac5 Color CSS Codes

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

#fadac5 Text Font Color

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

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


#fadac5 Background Color

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

This div background color is #fadac5


#fadac5 Border Color

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

This div border color is #fadac5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadac5


Comments

No comments written yet.

Please login to write comment.