Color Hex Logo

#feb5aa Color Hex

#FEB5AA
(254,181,170)
0 Favorites   0 Comments

Color spaces of #feb5aa

RGB 254181170
HSL0.020.980.83
HSV33°100°
CMYK 0.000.290.33   0.00
XYZ64.652657.020945.6288
Yxy57.02090.38640.3408
Hunter Lab75.512220.683217.0321
CIE-Lab80.191325.111916.1812

#feb5aa color RGB value is (254,181,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110101 10101010
Octal 376 265 252
Decimal 254 181 170
Hex FE B5 AA

RGB Percentages of Color #feb5aa

%41.98
%29.92
%28.10

CMYK Percentages of Color #feb5aa

%0
%29
%33
%0

Triadic Colors of #feb5aa

#feb5aa #aafeb5 #b5aafe

Analogous Colors of #feb5aa

#feb5aa #fedfaa #feaac9

Monochromatic Colors of #feb5aa

#feb5aa

Complementary Color

#feb5aa #aaf3fe

#feb5aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb5aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb5aa Color CSS Codes

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

#feb5aa Text Font Color

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

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


#feb5aa Background Color

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

This div background color is #feb5aa


#feb5aa Border Color

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

This div border color is #feb5aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb5aa


Comments

No comments written yet.

Please login to write comment.