Color Hex Logo

#feabe4 Color Hex

#FEABE4
(254,171,228)
0 Favorites   0 Comments

Color spaces of #feabe4

RGB 254171228
HSL0.890.980.83
HSV319°33°100°
CMYK 0.000.330.10   0.00
XYZ69.439655.798180.5090
Yxy55.79810.33750.2712
Hunter Lab74.698135.2124-11.6136
CIE-Lab79.498838.6926-16.1996

#feabe4 color RGB value is (254,171,228).

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

The process color (four color CMYK) of #feabe4 color hex is 0.00, 0.33, 0.10, 0.00. Web safe color of #feabe4 is #ff99cc. Color #feabe4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101011 11100100
Octal 376 253 344
Decimal 254 171 228
Hex FE AB E4

RGB Percentages of Color #feabe4

%38.90
%26.19
%34.92

CMYK Percentages of Color #feabe4

%0
%33
%10
%0

Triadic Colors of #feabe4

#feabe4 #e4feab #abe4fe

Analogous Colors of #feabe4

#feabe4 #feabbb #efabfe

Monochromatic Colors of #feabe4

#feabe4

Complementary Color

#feabe4 #abfec5

#feabe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feabe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feabe4 Color CSS Codes

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

#feabe4 Text Font Color

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

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


#feabe4 Background Color

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

This div background color is #feabe4


#feabe4 Border Color

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

This div border color is #feabe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feabe4

Related Colors


Comments

No comments written yet.

Please login to write comment.