Color Hex Logo

#feafef Color Hex

#FEAFEF
(254,175,239)
0 Favorites   0 Comments

Color spaces of #feafef

RGB 254175239
HSL0.860.980.84
HSV311°31°100°
CMYK 0.000.310.06   0.00
XYZ71.783057.962889.0659
Yxy57.96280.32810.2649
Hunter Lab76.133335.0671-16.0681
CIE-Lab80.718138.4467-20.2901

#feafef color RGB value is (254,175,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101111 11101111
Octal 376 257 357
Decimal 254 175 239
Hex FE AF EF

RGB Percentages of Color #feafef

%38.02
%26.20
%35.78

CMYK Percentages of Color #feafef

%0
%31
%6
%0

Triadic Colors of #feafef

#feafef #effeaf #afeffe

Analogous Colors of #feafef

#feafef #feafc8 #e6affe

Monochromatic Colors of #feafef

#feafef

Complementary Color

#feafef #affebe

#feafef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feafef Color Preview on White Background

Lorem ipsum dolor sit amet.

#feafef Color CSS Codes

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

#feafef Text Font Color

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

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


#feafef Background Color

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

This div background color is #feafef


#feafef Border Color

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

This div border color is #feafef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feafef

Related Colors


Comments

No comments written yet.

Please login to write comment.