Color Hex Logo

#feadcb Color Hex

#FEADCB
(254,173,203)
0 Favorites   0 Comments

Color spaces of #feadcb

RGB 254173203
HSL0.940.980.84
HSV338°32°100°
CMYK 0.000.320.20   0.00
XYZ66.596155.269863.6580
Yxy55.26980.35900.2979
Hunter Lab74.343729.79661.2725
CIE-Lab79.196433.7631-3.1034

#feadcb color RGB value is (254,173,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101101 11001011
Octal 376 255 313
Decimal 254 173 203
Hex FE AD CB

RGB Percentages of Color #feadcb

%40.32
%27.46
%32.22

CMYK Percentages of Color #feadcb

%0
%32
%20
%0

Triadic Colors of #feadcb

#feadcb #cbfead #adcbfe

Analogous Colors of #feadcb

#feadcb #feb8ad #feadf4

Monochromatic Colors of #feadcb

#feadcb

Complementary Color

#feadcb #adfee0

#feadcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feadcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#feadcb Color CSS Codes

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

#feadcb Text Font Color

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

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


#feadcb Background Color

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

This div background color is #feadcb


#feadcb Border Color

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

This div border color is #feadcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feadcb

Related Colors


Comments

No comments written yet.

Please login to write comment.