Color Hex Logo

#fdadef Color Hex

#FDADEF
(253,173,239)
0 Favorites   0 Comments

Color spaces of #fdadef

RGB 253173239
HSL0.860.950.84
HSV311°32°99°
CMYK 0.000.320.06   0.01
XYZ71.031657.001888.9200
Yxy57.00180.32740.2627
Hunter Lab75.499535.8125-16.9795
CIE-Lab80.180639.1691-21.1146

#fdadef color RGB value is (253,173,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101101 11101111
Octal 375 255 357
Decimal 253 173 239
Hex FD AD EF

RGB Percentages of Color #fdadef

%38.05
%26.02
%35.94

CMYK Percentages of Color #fdadef

%0
%32
%6
%1

Triadic Colors of #fdadef

#fdadef #effdad #adeffd

Analogous Colors of #fdadef

#fdadef #fdadc7 #e3adfd

Monochromatic Colors of #fdadef

#fdadef

Complementary Color

#fdadef #adfdbb

#fdadef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdadef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdadef Color CSS Codes

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

#fdadef Text Font Color

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

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


#fdadef Background Color

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

This div background color is #fdadef


#fdadef Border Color

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

This div border color is #fdadef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdadef

Related Colors


Comments

No comments written yet.

Please login to write comment.