Color Hex Logo

#fdaefe Color Hex

#FDAEFE
(253,174,254)
0 Favorites   0 Comments

Color spaces of #fdaefe

RGB 253174254
HSL0.830.980.84
HSV299°31°100°
CMYK 0.000.310.00   0.00
XYZ73.533558.3105101.1453
Yxy58.31050.31560.2503
Hunter Lab76.361338.2575-25.0804
CIE-Lab80.911141.2863-28.0574

#fdaefe color RGB value is (253,174,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101110 11111110
Octal 375 256 376
Decimal 253 174 254
Hex FD AE FE

RGB Percentages of Color #fdaefe

%37.15
%25.55
%37.30

CMYK Percentages of Color #fdaefe

%0
%31
%0
%0

Triadic Colors of #fdaefe

#fdaefe #fefdae #aefefd

Analogous Colors of #fdaefe

#fdaefe #feaed7 #d5aefe

Monochromatic Colors of #fdaefe

#fdaefe

Complementary Color

#fdaefe #affeae

#fdaefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaefe Color CSS Codes

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

#fdaefe Text Font Color

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

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


#fdaefe Background Color

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

This div background color is #fdaefe


#fdaefe Border Color

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

This div border color is #fdaefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaefe

Related Colors


Comments

No comments written yet.

Please login to write comment.