Color Hex Logo

#feadcf Color Hex

#FEADCF
(254,173,207)
0 Favorites   0 Comments

Color spaces of #feadcf

RGB 254173207
HSL0.930.980.84
HSV335°32°100°
CMYK 0.000.320.19   0.00
XYZ67.079155.463066.2015
Yxy55.46300.35540.2939
Hunter Lab74.473530.4483-0.5730
CIE-Lab79.307234.3566-5.1107

#feadcf color RGB value is (254,173,207).

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

The process color (four color CMYK) of #feadcf color hex is 0.00, 0.32, 0.19, 0.00. Web safe color of #feadcf is #ff99cc. Color #feadcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101101 11001111
Octal 376 255 317
Decimal 254 173 207
Hex FE AD CF

RGB Percentages of Color #feadcf

%40.06
%27.29
%32.65

CMYK Percentages of Color #feadcf

%0
%32
%19
%0

Triadic Colors of #feadcf

#feadcf #cffead #adcffe

Analogous Colors of #feadcf

#feadcf #feb4ad #feadf8

Monochromatic Colors of #feadcf

#feadcf

Complementary Color

#feadcf #adfedc

#feadcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feadcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#feadcf Color CSS Codes

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

#feadcf Text Font Color

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

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


#feadcf Background Color

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

This div background color is #feadcf


#feadcf Border Color

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

This div border color is #feadcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feadcf


Comments

No comments written yet.

Please login to write comment.