Color Hex Logo

#feaec4 Color Hex

#FEAEC4
(254,174,196)
0 Favorites   0 Comments

Color spaces of #feaec4

RGB 254174196
HSL0.950.980.84
HSV344°31°100°
CMYK 0.000.310.23   0.00
XYZ65.972955.328559.4269
Yxy55.32850.36500.3061
Hunter Lab74.383128.14724.6996
CIE-Lab79.230132.22830.7451

#feaec4 color RGB value is (254,174,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101110 11000100
Octal 376 256 304
Decimal 254 174 196
Hex FE AE C4

RGB Percentages of Color #feaec4

%40.71
%27.88
%31.41

CMYK Percentages of Color #feaec4

%0
%31
%23
%0

Triadic Colors of #feaec4

#feaec4 #c4feae #aec4fe

Analogous Colors of #feaec4

#feaec4 #fec0ae #feaeec

Monochromatic Colors of #feaec4

#feaec4

Complementary Color

#feaec4 #aefee8

#feaec4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaec4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaec4 Color CSS Codes

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

#feaec4 Text Font Color

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

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


#feaec4 Background Color

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

This div background color is #feaec4


#feaec4 Border Color

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

This div border color is #feaec4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaec4


Comments

No comments written yet.

Please login to write comment.