Color Hex Logo

#fecba3 Color Hex

#FECBA3
(254,203,163)
0 Favorites   0 Comments

Color spaces of #fecba3

RGB 254203163
HSL0.070.980.82
HSV26°36°100°
CMYK 0.000.200.36   0.00
XYZ68.839866.427043.8438
Yxy66.42700.38430.3709
Hunter Lab81.50288.136925.1573
CIE-Lab85.213812.758726.8182

#fecba3 color RGB value is (254,203,163).

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

The process color (four color CMYK) of #fecba3 color hex is 0.00, 0.20, 0.36, 0.00. Web safe color of #fecba3 is #ffcc99. Color #fecba3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001011 10100011
Octal 376 313 243
Decimal 254 203 163
Hex FE CB A3

RGB Percentages of Color #fecba3

%40.97
%32.74
%26.29

CMYK Percentages of Color #fecba3

%0
%20
%36
%0

Triadic Colors of #fecba3

#fecba3 #a3fecb #cba3fe

Analogous Colors of #fecba3

#fecba3 #fef9a3 #fea3a9

Monochromatic Colors of #fecba3

#fecba3

Complementary Color

#fecba3 #a3d6fe

#fecba3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecba3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecba3 Color CSS Codes

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

#fecba3 Text Font Color

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

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


#fecba3 Background Color

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

This div background color is #fecba3


#fecba3 Border Color

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

This div border color is #fecba3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecba3


Comments

No comments written yet.

Please login to write comment.