Color Hex Logo

#fedacb Color Hex

#FEDACB
(254,218,203)
0 Favorites   0 Comments

Color spaces of #fedacb

RGB 254218203
HSL0.050.960.90
HSV18°20°100°
CMYK 0.000.140.20   0.00
XYZ76.723975.525467.0340
Yxy75.52540.34990.3444
Hunter Lab86.90545.503415.1007
CIE-Lab89.638510.212711.9946

#fedacb color RGB value is (254,218,203).

#fedacb hex color red value is 254, green value is 218 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fedacb hue: 0.05 , saturation: 0.96 and the lightness value of fedacb is 0.90.

The process color (four color CMYK) of #fedacb color hex is 0.00, 0.14, 0.20, 0.00. Web safe color of #fedacb is #ffcccc. Color #fedacb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011010 11001011
Octal 376 332 313
Decimal 254 218 203
Hex FE DA CB

RGB Percentages of Color #fedacb

%37.63
%32.30
%30.07

CMYK Percentages of Color #fedacb

%0
%14
%20
%0

Triadic Colors of #fedacb

#fedacb #cbfeda #dacbfe

Analogous Colors of #fedacb

#fedacb #fef4cb #fecbd6

Monochromatic Colors of #fedacb

#fedacb

Complementary Color

#fedacb #cbeffe

#fedacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedacb Color CSS Codes

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

#fedacb Text Font Color

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

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


#fedacb Background Color

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

This div background color is #fedacb


#fedacb Border Color

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

This div border color is #fedacb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,218,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 #fedacb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedacb


Comments

No comments written yet.

Please login to write comment.