Color Hex Logo

#feadfa Color Hex

#FEADFA
(254,173,250)
0 Favorites   0 Comments

Color spaces of #feadfa

RGB 254173250
HSL0.840.980.84
HSV303°32°100°
CMYK 0.000.320.02   0.00
XYZ73.071957.860197.7593
Yxy57.86010.31950.2530
Hunter Lab76.065838.3591-22.9530
CIE-Lab80.660941.4021-26.2863

#feadfa color RGB value is (254,173,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101101 11111010
Octal 376 255 372
Decimal 254 173 250
Hex FE AD FA

RGB Percentages of Color #feadfa

%37.52
%25.55
%36.93

CMYK Percentages of Color #feadfa

%0
%32
%2
%0

Triadic Colors of #feadfa

#feadfa #fafead #adfafe

Analogous Colors of #feadfa

#feadfa #feadd2 #daadfe

Monochromatic Colors of #feadfa

#feadfa

Complementary Color

#feadfa #adfeb1

#feadfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feadfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#feadfa Color CSS Codes

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

#feadfa Text Font Color

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

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


#feadfa Background Color

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

This div background color is #feadfa


#feadfa Border Color

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

This div border color is #feadfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feadfa


Comments

No comments written yet.

Please login to write comment.