Color Hex Logo

#feaea7 Color Hex

#FEAEA7
(254,174,167)
0 Favorites   0 Comments

Color spaces of #feaea7

RGB 254174167
HSL0.010.980.83
HSV34°100°
CMYK 0.000.310.34   0.00
XYZ62.984254.133043.6883
Yxy54.13300.39170.3366
Hunter Lab73.575124.049016.2967
CIE-Lab78.539228.417615.4852

#feaea7 color RGB value is (254,174,167).

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

The process color (four color CMYK) of #feaea7 color hex is 0.00, 0.31, 0.34, 0.00. Web safe color of #feaea7 is #ff9999. Color #feaea7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101110 10100111
Octal 376 256 247
Decimal 254 174 167
Hex FE AE A7

RGB Percentages of Color #feaea7

%42.69
%29.24
%28.07

CMYK Percentages of Color #feaea7

%0
%31
%34
%0

Triadic Colors of #feaea7

#feaea7 #a7feae #aea7fe

Analogous Colors of #feaea7

#feaea7 #fedaa7 #fea7cc

Monochromatic Colors of #feaea7

#feaea7

Complementary Color

#feaea7 #a7f7fe

#feaea7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaea7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaea7 Color CSS Codes

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

#feaea7 Text Font Color

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

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


#feaea7 Background Color

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

This div background color is #feaea7


#feaea7 Border Color

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

This div border color is #feaea7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaea7


Comments

No comments written yet.

Please login to write comment.