Color Hex Logo

#feafda Color Hex

#FEAFDA
(254,175,218)
0 Favorites   0 Comments

Color spaces of #feafda

RGB 254175218
HSL0.910.980.84
HSV327°31°100°
CMYK 0.000.310.14   0.00
XYZ68.857956.792773.6626
Yxy56.79270.34550.2849
Hunter Lab75.360931.2153-5.2012
CIE-Lab80.062935.0002-9.9479

#feafda color RGB value is (254,175,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101111 11011010
Octal 376 257 332
Decimal 254 175 218
Hex FE AF DA

RGB Percentages of Color #feafda

%39.26
%27.05
%33.69

CMYK Percentages of Color #feafda

%0
%31
%14
%0

Triadic Colors of #feafda

#feafda #dafeaf #afdafe

Analogous Colors of #feafda

#feafda #feafb3 #fbaffe

Monochromatic Colors of #feafda

#feafda

Complementary Color

#feafda #affed3

#feafda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feafda Color Preview on White Background

Lorem ipsum dolor sit amet.

#feafda Color CSS Codes

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

#feafda Text Font Color

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

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


#feafda Background Color

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

This div background color is #feafda


#feafda Border Color

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

This div border color is #feafda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feafda

Related Colors


Comments

No comments written yet.

Please login to write comment.