Color Hex Logo

#feabf4 Color Hex

#FEABF4
(254,171,244)
0 Favorites   0 Comments

Color spaces of #feabf4

RGB 254171244
HSL0.850.980.83
HSV307°33°100°
CMYK 0.000.330.04   0.00
XYZ71.765156.728392.7552
Yxy56.72830.32440.2564
Hunter Lab75.318238.2725-20.2936
CIE-Lab80.026541.3897-24.0302

#feabf4 color RGB value is (254,171,244).

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

The process color (four color CMYK) of #feabf4 color hex is 0.00, 0.33, 0.04, 0.00. Web safe color of #feabf4 is #ff99ff. Color #feabf4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101011 11110100
Octal 376 253 364
Decimal 254 171 244
Hex FE AB F4

RGB Percentages of Color #feabf4

%37.97
%25.56
%36.47

CMYK Percentages of Color #feabf4

%0
%33
%4
%0

Triadic Colors of #feabf4

#feabf4 #f4feab #abf4fe

Analogous Colors of #feabf4

#feabf4 #feabcb #dfabfe

Monochromatic Colors of #feabf4

#feabf4

Complementary Color

#feabf4 #abfeb5

#feabf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feabf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feabf4 Color CSS Codes

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

#feabf4 Text Font Color

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

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


#feabf4 Background Color

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

This div background color is #feabf4


#feabf4 Border Color

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

This div border color is #feabf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feabf4

Related Colors


Comments

No comments written yet.

Please login to write comment.