color codes Logo

#feaef4 color codes

#FEAEF4
(254,174,244)
0 Favorites   0 Comments

Color spaces of #feaef4

RGB 254174244
HSL0.850.980.84
HSV308°31°100°
CMYK 0.000.310.04   0.00
XYZ72.338257.874692.9462
Yxy57.87460.32420.2593
Hunter Lab76.075436.5994-19.1857
CIE-Lab80.669039.8291-23.0525

#feaef4 color RGB value is (254,174,244).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101110 11110100
Octal 376 256 364
Decimal 254 174 244
Hex FE AE F4

RGB Percentages of Color #feaef4

%37.80
%25.89
%36.31

CMYK Percentages of Color #feaef4

%0
%31
%4
%0

Triadic Colors of #feaef4

#feaef4 #f4feae #aef4fe

Analogous Colors of #feaef4

#feaef4 #feaecc #e0aefe

Monochromatic Colors of #feaef4

#feaef4

Complementary Color

#feaef4 #aefeb8

#feaef4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaef4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaef4 Color CSS Codes

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

#feaef4 Text Font Color

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

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


#feaef4 Background Color

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

This div background color is #feaef4


#feaef4 Border Color

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

This div border color is #feaef4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,174,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 #feaef4">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaef4

Related Colors


Comments

No comments written yet.

Please login to write comment.