Color Hex Logo

#fedcb6 Color Hex

#FEDCB6
(254,220,182)
0 Favorites   0 Comments

Color spaces of #fedcb6

RGB 254220182
HSL0.090.970.85
HSV32°28°100°
CMYK 0.000.130.28   0.00
XYZ74.909775.634654.9067
Yxy75.63460.36460.3681
Hunter Lab86.96821.556023.4454
CIE-Lab89.68946.294623.0322

#fedcb6 color RGB value is (254,220,182).

#fedcb6 hex color red value is 254, green value is 220 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #fedcb6 hue: 0.09 , saturation: 0.97 and the lightness value of fedcb6 is 0.85.

The process color (four color CMYK) of #fedcb6 color hex is 0.00, 0.13, 0.28, 0.00. Web safe color of #fedcb6 is #ffcccc. Color #fedcb6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011100 10110110
Octal 376 334 266
Decimal 254 220 182
Hex FE DC B6

RGB Percentages of Color #fedcb6

%38.72
%33.54
%27.74

CMYK Percentages of Color #fedcb6

%0
%13
%28
%0

Triadic Colors of #fedcb6

#fedcb6 #b6fedc #dcb6fe

Analogous Colors of #fedcb6

#fedcb6 #fcfeb6 #feb8b6

Monochromatic Colors of #fedcb6

#fedcb6

Complementary Color

#fedcb6 #b6d8fe

#fedcb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedcb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedcb6 Color CSS Codes

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

#fedcb6 Text Font Color

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

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


#fedcb6 Background Color

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

This div background color is #fedcb6


#fedcb6 Border Color

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

This div border color is #fedcb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedcb6

Related Colors


Comments

No comments written yet.

Please login to write comment.