Color Hex Logo

#fdaefc Color Hex

#FDAEFC
(253,174,252)
0 Favorites   0 Comments

Color spaces of #fdaefc

RGB 253174252
HSL0.840.950.84
HSV301°31°99°
CMYK 0.000.310.00   0.01
XYZ73.214858.183099.4671
Yxy58.18300.31710.2520
Hunter Lab76.277837.8461-23.9204
CIE-Lab80.840440.9269-27.0939

#fdaefc color RGB value is (253,174,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101110 11111100
Octal 375 256 374
Decimal 253 174 252
Hex FD AE FC

RGB Percentages of Color #fdaefc

%37.26
%25.63
%37.11

CMYK Percentages of Color #fdaefc

%0
%31
%0
%1

Triadic Colors of #fdaefc

#fdaefc #fcfdae #aefcfd

Analogous Colors of #fdaefc

#fdaefc #fdaed5 #d7aefd

Monochromatic Colors of #fdaefc

#fdaefc

Complementary Color

#fdaefc #aefdaf

#fdaefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaefc Color CSS Codes

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

#fdaefc Text Font Color

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

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


#fdaefc Background Color

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

This div background color is #fdaefc


#fdaefc Border Color

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

This div border color is #fdaefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaefc

Related Colors


Comments

No comments written yet.

Please login to write comment.