Color Hex Logo

#fe8ade Color Hex

#FE8ADE
(254,138,222)
0 Favorites   0 Comments

Color spaces of #fe8ade

RGB 254138222
HSL0.880.980.77
HSV317°46°100°
CMYK 0.000.460.13   0.00
XYZ63.146344.521774.3726
Yxy44.52170.34690.2446
Hunter Lab66.724652.1594-19.3787
CIE-Lab72.575854.4955-23.4188

#fe8ade color RGB value is (254,138,222).

#fe8ade hex color red value is 254, green value is 138 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #fe8ade hue: 0.88 , saturation: 0.98 and the lightness value of fe8ade is 0.77.

The process color (four color CMYK) of #fe8ade color hex is 0.00, 0.46, 0.13, 0.00. Web safe color of #fe8ade is #ff99cc. Color #fe8ade contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10001010 11011110
Octal 376 212 336
Decimal 254 138 222
Hex FE 8A DE

RGB Percentages of Color #fe8ade

%41.37
%22.48
%36.16

CMYK Percentages of Color #fe8ade

%0
%46
%13
%0

Triadic Colors of #fe8ade

#fe8ade #defe8a #8adefe

Analogous Colors of #fe8ade

#fe8ade #fe8aa4 #e48afe

Monochromatic Colors of #fe8ade

#fe8ade

Complementary Color

#fe8ade #8afeaa

#fe8ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe8ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe8ade Color CSS Codes

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

#fe8ade Text Font Color

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

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


#fe8ade Background Color

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

This div background color is #fe8ade


#fe8ade Border Color

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

This div border color is #fe8ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe8ade


Comments

No comments written yet.

Please login to write comment.