Color Hex Logo

#feaffd Color Hex

#FEAFFD
(254,175,253)
0 Favorites   0 Comments

Color spaces of #feaffd

RGB 254175253
HSL0.840.980.84
HSV301°31°100°
CMYK 0.000.310.00   0.00
XYZ73.932658.8226100.3857
Yxy58.82260.31710.2523
Hunter Lab76.695937.8510-23.9164
CIE-Lab81.194040.8959-27.0799

#feaffd color RGB value is (254,175,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101111 11111101
Octal 376 257 375
Decimal 254 175 253
Hex FE AF FD

RGB Percentages of Color #feaffd

%37.24
%25.66
%37.10

CMYK Percentages of Color #feaffd

%0
%31
%0
%0

Triadic Colors of #feaffd

#feaffd #fdfeaf #affdfe

Analogous Colors of #feaffd

#feaffd #feafd6 #d8affe

Monochromatic Colors of #feaffd

#feaffd

Complementary Color

#feaffd #affeb0

#feaffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaffd Color CSS Codes

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

#feaffd Text Font Color

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

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


#feaffd Background Color

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

This div background color is #feaffd


#feaffd Border Color

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

This div border color is #feaffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaffd

Related Colors


Comments

No comments written yet.

Please login to write comment.