Color Hex Logo

#febca9 Color Hex

#FEBCA9
(254,188,169)
0 Favorites   0 Comments

Color spaces of #febca9

RGB 254188169
HSL0.040.980.83
HSV13°33°100°
CMYK 0.000.260.33   0.00
XYZ66.017759.901845.6188
Yxy59.90180.38490.3492
Hunter Lab77.396316.814019.2307
CIE-Lab81.784821.317018.9394

#febca9 color RGB value is (254,188,169).

#febca9 hex color red value is 254, green value is 188 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #febca9 hue: 0.04 , saturation: 0.98 and the lightness value of febca9 is 0.83.

The process color (four color CMYK) of #febca9 color hex is 0.00, 0.26, 0.33, 0.00. Web safe color of #febca9 is #ffcc99. Color #febca9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111100 10101001
Octal 376 274 251
Decimal 254 188 169
Hex FE BC A9

RGB Percentages of Color #febca9

%41.57
%30.77
%27.66

CMYK Percentages of Color #febca9

%0
%26
%33
%0

Triadic Colors of #febca9

#febca9 #a9febc #bca9fe

Analogous Colors of #febca9

#febca9 #fee7a9 #fea9c1

Monochromatic Colors of #febca9

#febca9

Complementary Color

#febca9 #a9ebfe

#febca9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febca9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febca9 Color CSS Codes

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

#febca9 Text Font Color

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

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


#febca9 Background Color

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

This div background color is #febca9


#febca9 Border Color

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

This div border color is #febca9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febca9

#febca9 Color Palettes


Comments

No comments written yet.

Please login to write comment.