Color Hex Logo

#feaec8 Color Hex

#FEAEC8
(254,174,200)
0 Favorites   0 Comments

Color spaces of #feaec8

RGB 254174200
HSL0.950.980.84
HSV341°31°100°
CMYK 0.000.310.21   0.00
XYZ66.434455.513161.8572
Yxy55.51310.36140.3020
Hunter Lab74.507128.77242.9313
CIE-Lab79.335932.8022-1.2709

#feaec8 color RGB value is (254,174,200).

#feaec8 hex color red value is 254, green value is 174 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #feaec8 hue: 0.95 , saturation: 0.98 and the lightness value of feaec8 is 0.84.

The process color (four color CMYK) of #feaec8 color hex is 0.00, 0.31, 0.21, 0.00. Web safe color of #feaec8 is #ff99cc. Color #feaec8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101110 11001000
Octal 376 256 310
Decimal 254 174 200
Hex FE AE C8

RGB Percentages of Color #feaec8

%40.45
%27.71
%31.85

CMYK Percentages of Color #feaec8

%0
%31
%21
%0

Triadic Colors of #feaec8

#feaec8 #c8feae #aec8fe

Analogous Colors of #feaec8

#feaec8 #febcae #feaef0

Monochromatic Colors of #feaec8

#feaec8

Complementary Color

#feaec8 #aefee4

#feaec8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaec8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaec8 Color CSS Codes

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

#feaec8 Text Font Color

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

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


#feaec8 Background Color

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

This div background color is #feaec8


#feaec8 Border Color

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

This div border color is #feaec8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaec8

Related Colors


Comments

No comments written yet.

Please login to write comment.