Color Hex Logo

#feadae Color Hex

#FEADAE
(254,173,174)
0 Favorites   0 Comments

Color spaces of #feadae

RGB 254173174
HSL1.000.980.84
HSV359°32°100°
CMYK 0.000.320.31   0.00
XYZ63.456654.014047.1256
Yxy54.01400.38550.3282
Hunter Lab73.494225.506113.4283
CIE-Lab78.469929.803511.5942

#feadae color RGB value is (254,173,174).

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

The process color (four color CMYK) of #feadae color hex is 0.00, 0.32, 0.31, 0.00. Web safe color of #feadae is #ff9999. Color #feadae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101101 10101110
Octal 376 255 256
Decimal 254 173 174
Hex FE AD AE

RGB Percentages of Color #feadae

%42.26
%28.79
%28.95

CMYK Percentages of Color #feadae

%0
%32
%31
%0

Triadic Colors of #feadae

#feadae #aefead #adaefe

Analogous Colors of #feadae

#feadae #fed5ad #feadd7

Monochromatic Colors of #feadae

#feadae

Complementary Color

#feadae #adfefd

#feadae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feadae Color Preview on White Background

Lorem ipsum dolor sit amet.

#feadae Color CSS Codes

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

#feadae Text Font Color

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

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


#feadae Background Color

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

This div background color is #feadae


#feadae Border Color

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

This div border color is #feadae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feadae


Comments

No comments written yet.

Please login to write comment.