Color Hex Logo

#feabe8 Color Hex

#FEABE8
(254,171,232)
0 Favorites   0 Comments

Color spaces of #feabe8

RGB 254171232
HSL0.880.980.83
HSV316°33°100°
CMYK 0.000.330.09   0.00
XYZ70.001456.022883.4679
Yxy56.02280.33410.2674
Hunter Lab74.848435.9562-13.7240
CIE-Lab79.626839.3520-18.1678

#feabe8 color RGB value is (254,171,232).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101011 11101000
Octal 376 253 350
Decimal 254 171 232
Hex FE AB E8

RGB Percentages of Color #feabe8

%38.66
%26.03
%35.31

CMYK Percentages of Color #feabe8

%0
%33
%9
%0

Triadic Colors of #feabe8

#feabe8 #e8feab #abe8fe

Analogous Colors of #feabe8

#feabe8 #feabbf #ebabfe

Monochromatic Colors of #feabe8

#feabe8

Complementary Color

#feabe8 #abfec1

#feabe8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feabe8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feabe8 Color CSS Codes

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

#feabe8 Text Font Color

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

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


#feabe8 Background Color

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

This div background color is #feabe8


#feabe8 Border Color

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

This div border color is #feabe8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feabe8


Comments

No comments written yet.

Please login to write comment.