Color Hex Logo

#feafdf Color Hex

#FEAFDF
(254,175,223)
0 Favorites   0 Comments

Color spaces of #feafdf

RGB 254175223
HSL0.900.980.84
HSV324°31°100°
CMYK 0.000.310.12   0.00
XYZ69.522357.058577.1612
Yxy57.05850.34120.2801
Hunter Lab75.537132.0967-7.6888
CIE-Lab80.212535.7949-12.4266

#feafdf color RGB value is (254,175,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101111 11011111
Octal 376 257 337
Decimal 254 175 223
Hex FE AF DF

RGB Percentages of Color #feafdf

%38.96
%26.84
%34.20

CMYK Percentages of Color #feafdf

%0
%31
%12
%0

Triadic Colors of #feafdf

#feafdf #dffeaf #afdffe

Analogous Colors of #feafdf

#feafdf #feafb8 #f6affe

Monochromatic Colors of #feafdf

#feafdf

Complementary Color

#feafdf #affece

#feafdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feafdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#feafdf Color CSS Codes

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

#feafdf Text Font Color

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

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


#feafdf Background Color

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

This div background color is #feafdf


#feafdf Border Color

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

This div border color is #feafdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feafdf

#feafdf Color Palettes


Comments

No comments written yet.

Please login to write comment.