Color Hex Logo

#feaff4 Color Hex

#FEAFF4
(254,175,244)
0 Favorites   0 Comments

Color spaces of #feaff4

RGB 254175244
HSL0.850.980.84
HSV308°31°100°
CMYK 0.000.310.04   0.00
XYZ72.532258.262493.0109
Yxy58.26240.32410.2603
Hunter Lab76.329836.0420-18.8163
CIE-Lab80.884539.3082-22.7251

#feaff4 color RGB value is (254,175,244).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101111 11110100
Octal 376 257 364
Decimal 254 175 244
Hex FE AF F4

RGB Percentages of Color #feaff4

%37.74
%26.00
%36.26

CMYK Percentages of Color #feaff4

%0
%31
%4
%0

Triadic Colors of #feaff4

#feaff4 #f4feaf #aff4fe

Analogous Colors of #feaff4

#feaff4 #feafcd #e1affe

Monochromatic Colors of #feaff4

#feaff4

Complementary Color

#feaff4 #affeb9

#feaff4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaff4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaff4 Color CSS Codes

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

#feaff4 Text Font Color

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

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


#feaff4 Background Color

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

This div background color is #feaff4


#feaff4 Border Color

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

This div border color is #feaff4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaff4

Related Colors


Comments

No comments written yet.

Please login to write comment.