Color Hex Logo

#febcaa Color Hex

#FEBCAA
(254,188,170)
0 Favorites   0 Comments

Color spaces of #febcaa

RGB 254188170
HSL0.040.980.83
HSV13°33°100°
CMYK 0.000.260.33   0.00
XYZ66.112059.939546.1152
Yxy59.93950.38400.3481
Hunter Lab77.420616.941018.8786
CIE-Lab81.805321.439318.4339

#febcaa color RGB value is (254,188,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111100 10101010
Octal 376 274 252
Decimal 254 188 170
Hex FE BC AA

RGB Percentages of Color #febcaa

%41.50
%30.72
%27.78

CMYK Percentages of Color #febcaa

%0
%26
%33
%0

Triadic Colors of #febcaa

#febcaa #aafebc #bcaafe

Analogous Colors of #febcaa

#febcaa #fee6aa #feaac2

Monochromatic Colors of #febcaa

#febcaa

Complementary Color

#febcaa #aaecfe

#febcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#febcaa Color CSS Codes

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

#febcaa Text Font Color

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

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


#febcaa Background Color

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

This div background color is #febcaa


#febcaa Border Color

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

This div border color is #febcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febcaa


Comments

No comments written yet.

Please login to write comment.