Color Hex Logo

#fe1add Color Hex

#FE1ADD
(254,26,221)
0 Favorites   0 Comments

Color spaces of #fe1add

RGB 25426221
HSL0.860.990.55
HSV309°90°100°
CMYK 0.000.900.13   0.00
XYZ54.293627.030170.7623
Yxy27.03010.35700.1777
Hunter Lab51.990595.4240-44.3041
CIE-Lab59.002291.5797-43.9242

#fe1add color RGB value is (254,26,221).

#fe1add hex color red value is 254, green value is 26 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fe1add hue: 0.86 , saturation: 0.99 and the lightness value of fe1add is 0.55.

The process color (four color CMYK) of #fe1add color hex is 0.00, 0.90, 0.13, 0.00. Web safe color of #fe1add is #ff33cc. Color #fe1add contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00011010 11011101
Octal 376 32 335
Decimal 254 26 221
Hex FE 1A DD

RGB Percentages of Color #fe1add

%50.70
%5.19
%44.11

CMYK Percentages of Color #fe1add

%0
%90
%13
%0

Triadic Colors of #fe1add

#fe1add #ddfe1a #1addfe

Analogous Colors of #fe1add

#fe1add #fe1a6b #ad1afe

Monochromatic Colors of #fe1add

#fe1add

Complementary Color

#fe1add #1afe3b

#fe1add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe1add Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe1add Color CSS Codes

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

#fe1add Text Font Color

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

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


#fe1add Background Color

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

This div background color is #fe1add


#fe1add Border Color

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

This div border color is #fe1add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe1add


Comments

No comments written yet.

Please login to write comment.