Color Hex Logo

#feb4ab Color Hex

#FEB4AB
(254,180,171)
0 Favorites   0 Comments

Color spaces of #feb4ab

RGB 254180171
HSL0.020.980.83
HSV33°100°
CMYK 0.000.290.33   0.00
XYZ64.545056.653646.0614
Yxy56.65360.38590.3387
Hunter Lab75.268621.348916.4049
CIE-Lab79.984425.760015.3528

#feb4ab color RGB value is (254,180,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110100 10101011
Octal 376 264 253
Decimal 254 180 171
Hex FE B4 AB

RGB Percentages of Color #feb4ab

%41.98
%29.75
%28.26

CMYK Percentages of Color #feb4ab

%0
%29
%33
%0

Triadic Colors of #feb4ab

#feb4ab #abfeb4 #b4abfe

Analogous Colors of #feb4ab

#feb4ab #fedeab #feabcc

Monochromatic Colors of #feb4ab

#feb4ab

Complementary Color

#feb4ab #abf5fe

#feb4ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb4ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb4ab Color CSS Codes

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

#feb4ab Text Font Color

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

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


#feb4ab Background Color

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

This div background color is #feb4ab


#feb4ab Border Color

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

This div border color is #feb4ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb4ab

Related Colors


Comments

No comments written yet.

Please login to write comment.