Color Hex Logo

#fdadb5 Color Hex

#FDADB5
(253,173,181)
0 Favorites   0 Comments

Color spaces of #fdadb5

RGB 253173181
HSL0.980.950.84
HSV354°32°99°
CMYK 0.000.320.28   0.01
XYZ63.792154.106050.7974
Yxy54.10600.37810.3207
Hunter Lab73.556826.079710.5448
CIE-Lab78.523530.34137.8554

#fdadb5 color RGB value is (253,173,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101101 10110101
Octal 375 255 265
Decimal 253 173 181
Hex FD AD B5

RGB Percentages of Color #fdadb5

%41.68
%28.50
%29.82

CMYK Percentages of Color #fdadb5

%0
%32
%28
%1

Triadic Colors of #fdadb5

#fdadb5 #b5fdad #adb5fd

Analogous Colors of #fdadb5

#fdadb5 #fdcdad #fdaddd

Monochromatic Colors of #fdadb5

#fdadb5

Complementary Color

#fdadb5 #adfdf5

#fdadb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdadb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdadb5 Color CSS Codes

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

#fdadb5 Text Font Color

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

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


#fdadb5 Background Color

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

This div background color is #fdadb5


#fdadb5 Border Color

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

This div border color is #fdadb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdadb5

#fdadb5 Color Palettes


Comments

No comments written yet.

Please login to write comment.