Color Hex Logo

#feaecc Color Hex

#FEAECC
(254,174,204)
0 Favorites   0 Comments

Color spaces of #feaecc

RGB 254174204
HSL0.940.980.84
HSV338°31°100°
CMYK 0.000.310.20   0.00
XYZ66.908255.702664.3520
Yxy55.70260.35790.2979
Hunter Lab74.634229.41221.1222
CIE-Lab79.444333.3875-3.2816

#feaecc color RGB value is (254,174,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101110 11001100
Octal 376 256 314
Decimal 254 174 204
Hex FE AE CC

RGB Percentages of Color #feaecc

%40.19
%27.53
%32.28

CMYK Percentages of Color #feaecc

%0
%31
%20
%0

Triadic Colors of #feaecc

#feaecc #ccfeae #aeccfe

Analogous Colors of #feaecc

#feaecc #feb8ae #feaef4

Monochromatic Colors of #feaecc

#feaecc

Complementary Color

#feaecc #aefee0

#feaecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaecc Color CSS Codes

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

#feaecc Text Font Color

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

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


#feaecc Background Color

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

This div background color is #feaecc


#feaecc Border Color

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

This div border color is #feaecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaecc


Comments

No comments written yet.

Please login to write comment.