Color Hex Logo

#feadcc Color Hex

#FEADCC
(254,173,204)
0 Favorites   0 Comments

Color spaces of #feadcc

RGB 254173204
HSL0.940.980.84
HSV337°32°100°
CMYK 0.000.320.20   0.00
XYZ66.715755.317664.2878
Yxy55.31760.35810.2969
Hunter Lab74.375829.95830.8149
CIE-Lab79.223933.9106-3.6058

#feadcc color RGB value is (254,173,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101101 11001100
Octal 376 255 314
Decimal 254 173 204
Hex FE AD CC

RGB Percentages of Color #feadcc

%40.25
%27.42
%32.33

CMYK Percentages of Color #feadcc

%0
%32
%20
%0

Triadic Colors of #feadcc

#feadcc #ccfead #adccfe

Analogous Colors of #feadcc

#feadcc #feb7ad #feadf5

Monochromatic Colors of #feadcc

#feadcc

Complementary Color

#feadcc #adfedf

#feadcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feadcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#feadcc Color CSS Codes

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

#feadcc Text Font Color

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

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


#feadcc Background Color

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

This div background color is #feadcc


#feadcc Border Color

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

This div border color is #feadcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feadcc

Related Colors


Comments

No comments written yet.

Please login to write comment.