Color Hex Logo

#feafd4 Color Hex

#FEAFD4
(254,175,212)
0 Favorites   0 Comments

Color spaces of #feafd4

RGB 254175212
HSL0.920.980.84
HSV332°31°100°
CMYK 0.000.310.17   0.00
XYZ68.086756.484269.6013
Yxy56.48420.35070.2909
Hunter Lab75.156030.1871-2.2988
CIE-Lab79.888634.0685-6.9605

#feafd4 color RGB value is (254,175,212).

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

The process color (four color CMYK) of #feafd4 color hex is 0.00, 0.31, 0.17, 0.00. Web safe color of #feafd4 is #ff99cc. Color #feafd4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101111 11010100
Octal 376 257 324
Decimal 254 175 212
Hex FE AF D4

RGB Percentages of Color #feafd4

%39.63
%27.30
%33.07

CMYK Percentages of Color #feafd4

%0
%31
%17
%0

Triadic Colors of #feafd4

#feafd4 #d4feaf #afd4fe

Analogous Colors of #feafd4

#feafd4 #feb2af #feaffc

Monochromatic Colors of #feafd4

#feafd4

Complementary Color

#feafd4 #affed9

#feafd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feafd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feafd4 Color CSS Codes

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

#feafd4 Text Font Color

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

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


#feafd4 Background Color

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

This div background color is #feafd4


#feafd4 Border Color

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

This div border color is #feafd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feafd4


Comments

No comments written yet.

Please login to write comment.