Color Hex Logo

#fdaefd Color Hex

#FDAEFD
(253,174,253)
0 Favorites   0 Comments

Color spaces of #fdaefd

RGB 253174253
HSL0.830.950.84
HSV300°31°99°
CMYK 0.000.310.00   0.01
XYZ73.373758.2466100.3040
Yxy58.24660.31640.2511
Hunter Lab76.319538.0512-24.4992
CIE-Lab80.875741.1062-27.5759

#fdaefd color RGB value is (253,174,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101110 11111101
Octal 375 256 375
Decimal 253 174 253
Hex FD AE FD

RGB Percentages of Color #fdaefd

%37.21
%25.59
%37.21

CMYK Percentages of Color #fdaefd

%0
%31
%0
%1

Triadic Colors of #fdaefd

#fdaefd #fdfdae #aefdfd

Analogous Colors of #fdaefd

#fdaefd #fdaed6 #d6aefd

Monochromatic Colors of #fdaefd

#fdaefd

Complementary Color

#fdaefd #aefdae

#fdaefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaefd Color CSS Codes

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

#fdaefd Text Font Color

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

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


#fdaefd Background Color

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

This div background color is #fdaefd


#fdaefd Border Color

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

This div border color is #fdaefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaefd

Related Colors


Comments

No comments written yet.

Please login to write comment.