Color Hex Logo

#febbaa Color Hex

#FEBBAA
(254,187,170)
0 Favorites   0 Comments

Color spaces of #febbaa

RGB 254187170
HSL0.030.980.83
HSV12°33°100°
CMYK 0.000.260.33   0.00
XYZ65.899159.513846.0443
Yxy59.51380.38430.3471
Hunter Lab77.145217.474518.6142
CIE-Lab81.573221.963618.1108

#febbaa color RGB value is (254,187,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111011 10101010
Octal 376 273 252
Decimal 254 187 170
Hex FE BB AA

RGB Percentages of Color #febbaa

%41.57
%30.61
%27.82

CMYK Percentages of Color #febbaa

%0
%26
%33
%0

Triadic Colors of #febbaa

#febbaa #aafebb #bbaafe

Analogous Colors of #febbaa

#febbaa #fee5aa #feaac3

Monochromatic Colors of #febbaa

#febbaa

Complementary Color

#febbaa #aaedfe

#febbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#febbaa Color CSS Codes

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

#febbaa Text Font Color

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

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


#febbaa Background Color

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

This div background color is #febbaa


#febbaa Border Color

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

This div border color is #febbaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,187,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 #febbaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febbaa

Related Colors


Comments

No comments written yet.

Please login to write comment.