Color Hex Logo

#feabe9 Color Hex

#FEABE9
(254,171,233)
0 Favorites   0 Comments

Color spaces of #feabe9

RGB 254171233
HSL0.880.980.83
HSV315°33°100°
CMYK 0.000.330.08   0.00
XYZ70.143956.079884.2183
Yxy56.07980.33330.2665
Hunter Lab74.886436.1443-14.2578
CIE-Lab79.659239.5184-18.6588

#feabe9 color RGB value is (254,171,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101011 11101001
Octal 376 253 351
Decimal 254 171 233
Hex FE AB E9

RGB Percentages of Color #feabe9

%38.60
%25.99
%35.41

CMYK Percentages of Color #feabe9

%0
%33
%8
%0

Triadic Colors of #feabe9

#feabe9 #e9feab #abe9fe

Analogous Colors of #feabe9

#feabe9 #feabc0 #eaabfe

Monochromatic Colors of #feabe9

#feabe9

Complementary Color

#feabe9 #abfec0

#feabe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feabe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feabe9 Color CSS Codes

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

#feabe9 Text Font Color

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

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


#feabe9 Background Color

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

This div background color is #feabe9


#feabe9 Border Color

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

This div border color is #feabe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feabe9

Related Colors


Comments

No comments written yet.

Please login to write comment.