Color Hex Logo

#fecda6 Color Hex

#FECDA6
(254,205,166)
0 Favorites   0 Comments

Color spaces of #fecda6

RGB 254205166
HSL0.070.980.82
HSV27°35°100°
CMYK 0.000.190.35   0.00
XYZ69.587367.486645.4350
Yxy67.48660.38130.3698
Hunter Lab82.15027.439824.7135
CIE-Lab85.749112.070625.9757

#fecda6 color RGB value is (254,205,166).

#fecda6 hex color red value is 254, green value is 205 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #fecda6 hue: 0.07 , saturation: 0.98 and the lightness value of fecda6 is 0.82.

The process color (four color CMYK) of #fecda6 color hex is 0.00, 0.19, 0.35, 0.00. Web safe color of #fecda6 is #ffcc99. Color #fecda6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001101 10100110
Octal 376 315 246
Decimal 254 205 166
Hex FE CD A6

RGB Percentages of Color #fecda6

%40.64
%32.80
%26.56

CMYK Percentages of Color #fecda6

%0
%19
%35
%0

Triadic Colors of #fecda6

#fecda6 #a6fecd #cda6fe

Analogous Colors of #fecda6

#fecda6 #fef9a6 #fea6ab

Monochromatic Colors of #fecda6

#fecda6

Complementary Color

#fecda6 #a6d7fe

#fecda6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecda6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecda6 Color CSS Codes

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

#fecda6 Text Font Color

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

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


#fecda6 Background Color

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

This div background color is #fecda6


#fecda6 Border Color

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

This div border color is #fecda6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecda6

Related Colors


Comments

No comments written yet.

Please login to write comment.