Color Hex Logo

#fdadff Color Hex

#FDADFF
(253,173,255)
0 Favorites   0 Comments

Color spaces of #fdadff

RGB 253173255
HSL0.831.000.84
HSV299°32°100°
CMYK 0.010.320.00   0.00
XYZ73.501657.9898101.9269
Yxy57.98980.31490.2484
Hunter Lab76.151039.0253-26.0530
CIE-Lab80.733141.9871-28.8656

#fdadff color RGB value is (253,173,255).

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

The process color (four color CMYK) of #fdadff color hex is 0.01, 0.32, 0.00, 0.00. Web safe color of #fdadff is #ff99ff. Color #fdadff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101101 11111111
Octal 375 255 377
Decimal 253 173 255
Hex FD AD FF

RGB Percentages of Color #fdadff

%37.15
%25.40
%37.44

CMYK Percentages of Color #fdadff

%1
%32
%0
%0

Triadic Colors of #fdadff

#fdadff #fffdad #adfffd

Analogous Colors of #fdadff

#fdadff #ffadd8 #d4adff

Monochromatic Colors of #fdadff

#fdadff

Complementary Color

#fdadff #afffad

#fdadff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdadff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdadff Color CSS Codes

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

#fdadff Text Font Color

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

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


#fdadff Background Color

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

This div background color is #fdadff


#fdadff Border Color

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

This div border color is #fdadff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdadff

Related Colors


Comments

No comments written yet.

Please login to write comment.