Color Hex Logo

#feb3aa Color Hex

#FEB3AA
(254,179,170)
0 Favorites   0 Comments

Color spaces of #feb3aa

RGB 254179170
HSL0.020.980.83
HSV33°100°
CMYK 0.000.300.33   0.00
XYZ64.248856.213345.4942
Yxy56.21330.38710.3387
Hunter Lab74.975521.754916.5065
CIE-Lab79.735126.161315.5418

#feb3aa color RGB value is (254,179,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110011 10101010
Octal 376 263 252
Decimal 254 179 170
Hex FE B3 AA

RGB Percentages of Color #feb3aa

%42.12
%29.68
%28.19

CMYK Percentages of Color #feb3aa

%0
%30
%33
%0

Triadic Colors of #feb3aa

#feb3aa #aafeb3 #b3aafe

Analogous Colors of #feb3aa

#feb3aa #feddaa #feaacb

Monochromatic Colors of #feb3aa

#feb3aa

Complementary Color

#feb3aa #aaf5fe

#feb3aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb3aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb3aa Color CSS Codes

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

#feb3aa Text Font Color

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

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


#feb3aa Background Color

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

This div background color is #feb3aa


#feb3aa Border Color

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

This div border color is #feb3aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb3aa


Comments

No comments written yet.

Please login to write comment.