Color Hex Logo

#feacda Color Hex

#FEACDA
(254,172,218)
0 Favorites   0 Comments

Color spaces of #feacda

RGB 254172218
HSL0.910.980.84
HSV326°32°100°
CMYK 0.000.320.14   0.00
XYZ68.280555.637873.4701
Yxy55.63780.34590.2819
Hunter Lab74.590832.8654-6.1857
CIE-Lab79.407236.5674-10.9252

#feacda color RGB value is (254,172,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101100 11011010
Octal 376 254 332
Decimal 254 172 218
Hex FE AC DA

RGB Percentages of Color #feacda

%39.44
%26.71
%33.85

CMYK Percentages of Color #feacda

%0
%32
%14
%0

Triadic Colors of #feacda

#feacda #dafeac #acdafe

Analogous Colors of #feacda

#feacda #feacb1 #f9acfe

Monochromatic Colors of #feacda

#feacda

Complementary Color

#feacda #acfed0

#feacda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feacda Color Preview on White Background

Lorem ipsum dolor sit amet.

#feacda Color CSS Codes

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

#feacda Text Font Color

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

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


#feacda Background Color

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

This div background color is #feacda


#feacda Border Color

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

This div border color is #feacda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feacda


Comments

No comments written yet.

Please login to write comment.