Color Hex Logo

#feabf3 Color Hex

#FEABF3
(254,171,243)
0 Favorites   0 Comments

Color spaces of #feabf3

RGB 254171243
HSL0.860.980.83
HSV308°33°100°
CMYK 0.000.330.04   0.00
XYZ71.613656.667791.9575
Yxy56.66770.32520.2573
Hunter Lab75.278038.0746-19.7325
CIE-Lab79.992341.2165-23.5441

#feabf3 color RGB value is (254,171,243).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101011 11110011
Octal 376 253 363
Decimal 254 171 243
Hex FE AB F3

RGB Percentages of Color #feabf3

%38.02
%25.60
%36.38

CMYK Percentages of Color #feabf3

%0
%33
%4
%0

Triadic Colors of #feabf3

#feabf3 #f3feab #abf3fe

Analogous Colors of #feabf3

#feabf3 #feabca #e0abfe

Monochromatic Colors of #feabf3

#feabf3

Complementary Color

#feabf3 #abfeb6

#feabf3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feabf3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feabf3 Color CSS Codes

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

#feabf3 Text Font Color

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

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


#feabf3 Background Color

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

This div background color is #feabf3


#feabf3 Border Color

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

This div border color is #feabf3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feabf3


Comments

No comments written yet.

Please login to write comment.