Color Hex Logo

#fdacec Color Hex

#FDACEC
(253,172,236)
0 Favorites   0 Comments

Color spaces of #fdacec

RGB 253172236
HSL0.870.950.83
HSV313°32°99°
CMYK 0.000.320.07   0.01
XYZ70.400956.443886.5411
Yxy56.44380.32990.2645
Hunter Lab75.129135.7903-15.7057
CIE-Lab79.865739.1794-19.9753

#fdacec color RGB value is (253,172,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101100 11101100
Octal 375 254 354
Decimal 253 172 236
Hex FD AC EC

RGB Percentages of Color #fdacec

%38.28
%26.02
%35.70

CMYK Percentages of Color #fdacec

%0
%32
%7
%1

Triadic Colors of #fdacec

#fdacec #ecfdac #acecfd

Analogous Colors of #fdacec

#fdacec #fdacc4 #e6acfd

Monochromatic Colors of #fdacec

#fdacec

Complementary Color

#fdacec #acfdbd

#fdacec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdacec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdacec Color CSS Codes

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

#fdacec Text Font Color

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

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


#fdacec Background Color

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

This div background color is #fdacec


#fdacec Border Color

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

This div border color is #fdacec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,172,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 #fdacec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdacec


Comments

No comments written yet.

Please login to write comment.