Color Hex Logo

#fdadfd Color Hex

#FDADFD
(253,173,253)
0 Favorites   0 Comments

Color spaces of #fdadfd

RGB 253173253
HSL0.830.950.84
HSV300°32°99°
CMYK 0.000.320.00   0.01
XYZ73.181257.8616100.2398
Yxy57.86160.31640.2502
Hunter Lab76.066838.6116-24.8848
CIE-Lab80.661841.6268-27.9032

#fdadfd color RGB value is (253,173,253).

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

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

Base Numbers

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

RGB Percentages of Color #fdadfd

%37.26
%25.48
%37.26

CMYK Percentages of Color #fdadfd

%0
%32
%0
%1

Triadic Colors of #fdadfd

#fdadfd #fdfdad #adfdfd

Analogous Colors of #fdadfd

#fdadfd #fdadd5 #d5adfd

Monochromatic Colors of #fdadfd

#fdadfd

Complementary Color

#fdadfd #adfdad

#fdadfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdadfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdadfd Color CSS Codes

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

#fdadfd Text Font Color

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

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


#fdadfd Background Color

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

This div background color is #fdadfd


#fdadfd Border Color

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

This div border color is #fdadfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdadfd

Related Colors


Comments

No comments written yet.

Please login to write comment.