Color Hex Logo

#fdaced Color Hex

#FDACED
(253,172,237)
0 Favorites   0 Comments

Color spaces of #fdaced

RGB 253172237
HSL0.870.950.83
HSV312°32°99°
CMYK 0.000.320.06   0.01
XYZ70.546656.502187.3086
Yxy56.50210.32910.2636
Hunter Lab75.167935.9821-16.2487
CIE-Lab79.898739.3490-20.4645

#fdaced color RGB value is (253,172,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101100 11101101
Octal 375 254 355
Decimal 253 172 237
Hex FD AC ED

RGB Percentages of Color #fdaced

%38.22
%25.98
%35.80

CMYK Percentages of Color #fdaced

%0
%32
%6
%1

Triadic Colors of #fdaced

#fdaced #edfdac #acedfd

Analogous Colors of #fdaced

#fdaced #fdacc5 #e5acfd

Monochromatic Colors of #fdaced

#fdaced

Complementary Color

#fdaced #acfdbc

#fdaced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaced Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaced Color CSS Codes

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

#fdaced Text Font Color

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

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


#fdaced Background Color

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

This div background color is #fdaced


#fdaced Border Color

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

This div border color is #fdaced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaced

Related Colors


Comments

No comments written yet.

Please login to write comment.