Color Hex Logo

#fdadc7 Color Hex

#FDADC7
(253,173,199)
0 Favorites   0 Comments

Color spaces of #fdadc7

RGB 253173199
HSL0.950.950.84
HSV341°32°99°
CMYK 0.000.320.21   0.01
XYZ65.760454.893361.1623
Yxy54.89330.36170.3019
Hunter Lab74.090028.77452.9183
CIE-Lab78.979832.8315-1.2623

#fdadc7 color RGB value is (253,173,199).

#fdadc7 hex color red value is 253, green value is 173 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #fdadc7 hue: 0.95 , saturation: 0.95 and the lightness value of fdadc7 is 0.84.

The process color (four color CMYK) of #fdadc7 color hex is 0.00, 0.32, 0.21, 0.01. Web safe color of #fdadc7 is #ff99cc. Color #fdadc7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101101 11000111
Octal 375 255 307
Decimal 253 173 199
Hex FD AD C7

RGB Percentages of Color #fdadc7

%40.48
%27.68
%31.84

CMYK Percentages of Color #fdadc7

%0
%32
%21
%1

Triadic Colors of #fdadc7

#fdadc7 #c7fdad #adc7fd

Analogous Colors of #fdadc7

#fdadc7 #fdbbad #fdadef

Monochromatic Colors of #fdadc7

#fdadc7

Complementary Color

#fdadc7 #adfde3

#fdadc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdadc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdadc7 Color CSS Codes

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

#fdadc7 Text Font Color

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

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


#fdadc7 Background Color

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

This div background color is #fdadc7


#fdadc7 Border Color

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

This div border color is #fdadc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdadc7


Comments

No comments written yet.

Please login to write comment.