Color Hex Logo

#fdadee Color Hex

#FDADEE
(253,173,238)
0 Favorites   0 Comments

Color spaces of #fdadee

RGB 253173238
HSL0.860.950.84
HSV311°32°99°
CMYK 0.000.320.06   0.01
XYZ70.884256.942888.1440
Yxy56.94280.32820.2637
Hunter Lab75.460535.6192-16.4333
CIE-Lab80.147438.9981-20.6264

#fdadee color RGB value is (253,173,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101101 11101110
Octal 375 255 356
Decimal 253 173 238
Hex FD AD EE

RGB Percentages of Color #fdadee

%38.10
%26.05
%35.84

CMYK Percentages of Color #fdadee

%0
%32
%6
%1

Triadic Colors of #fdadee

#fdadee #eefdad #adeefd

Analogous Colors of #fdadee

#fdadee #fdadc6 #e4adfd

Monochromatic Colors of #fdadee

#fdadee

Complementary Color

#fdadee #adfdbc

#fdadee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdadee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdadee Color CSS Codes

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

#fdadee Text Font Color

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

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


#fdadee Background Color

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

This div background color is #fdadee


#fdadee Border Color

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

This div border color is #fdadee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdadee


Comments

No comments written yet.

Please login to write comment.