Color Hex Logo

#feafe9 Color Hex

#FEAFE9
(254,175,233)
0 Favorites   0 Comments

Color spaces of #feafe9

RGB 254175233
HSL0.880.980.84
HSV316°31°100°
CMYK 0.000.310.08   0.00
XYZ70.911057.614084.4740
Yxy57.61400.33290.2705
Hunter Lab75.903933.9266-12.8516
CIE-Lab80.523737.4333-17.3539

#feafe9 color RGB value is (254,175,233).

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

The process color (four color CMYK) of #feafe9 color hex is 0.00, 0.31, 0.08, 0.00. Web safe color of #feafe9 is #ff99ff. Color #feafe9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101111 11101001
Octal 376 257 351
Decimal 254 175 233
Hex FE AF E9

RGB Percentages of Color #feafe9

%38.37
%26.44
%35.20

CMYK Percentages of Color #feafe9

%0
%31
%8
%0

Triadic Colors of #feafe9

#feafe9 #e9feaf #afe9fe

Analogous Colors of #feafe9

#feafe9 #feafc2 #ecaffe

Monochromatic Colors of #feafe9

#feafe9

Complementary Color

#feafe9 #affec4

#feafe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feafe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feafe9 Color CSS Codes

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

#feafe9 Text Font Color

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

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


#feafe9 Background Color

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

This div background color is #feafe9


#feafe9 Border Color

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

This div border color is #feafe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feafe9

Related Colors


Comments

No comments written yet.

Please login to write comment.