Color Hex Logo

#fdadec Color Hex

#FDADEC
(253,173,236)
0 Favorites   0 Comments

Color spaces of #fdadec

RGB 253173236
HSL0.870.950.84
HSV313°32°99°
CMYK 0.000.320.07   0.01
XYZ70.591956.825986.6048
Yxy56.82590.32980.2655
Hunter Lab75.383035.2350-15.3481
CIE-Lab80.081638.6578-19.6486

#fdadec color RGB value is (253,173,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101101 11101100
Octal 375 255 354
Decimal 253 173 236
Hex FD AD EC

RGB Percentages of Color #fdadec

%38.22
%26.13
%35.65

CMYK Percentages of Color #fdadec

%0
%32
%7
%1

Triadic Colors of #fdadec

#fdadec #ecfdad #adecfd

Analogous Colors of #fdadec

#fdadec #fdadc4 #e6adfd

Monochromatic Colors of #fdadec

#fdadec

Complementary Color

#fdadec #adfdbe

#fdadec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdadec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdadec Color CSS Codes

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

#fdadec Text Font Color

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

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


#fdadec Background Color

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

This div background color is #fdadec


#fdadec Border Color

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

This div border color is #fdadec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdadec


Comments

No comments written yet.

Please login to write comment.