Color Hex Logo

#fe1adc Color Hex

#FE1ADC
(254,26,220)
0 Favorites   0 Comments

Color spaces of #fe1adc

RGB 25426220
HSL0.860.990.55
HSV309°90°100°
CMYK 0.000.900.13   0.00
XYZ54.160726.976970.0626
Yxy26.97690.35820.1784
Hunter Lab51.939395.2406-43.6207
CIE-Lab58.952991.4532-43.4362

#fe1adc color RGB value is (254,26,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00011010 11011100
Octal 376 32 334
Decimal 254 26 220
Hex FE 1A DC

RGB Percentages of Color #fe1adc

%50.80
%5.20
%44.00

CMYK Percentages of Color #fe1adc

%0
%90
%13
%0

Triadic Colors of #fe1adc

#fe1adc #dcfe1a #1adcfe

Analogous Colors of #fe1adc

#fe1adc #fe1a6a #ae1afe

Monochromatic Colors of #fe1adc

#fe1adc

Complementary Color

#fe1adc #1afe3c

#fe1adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe1adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe1adc Color CSS Codes

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

#fe1adc Text Font Color

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

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


#fe1adc Background Color

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

This div background color is #fe1adc


#fe1adc Border Color

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

This div border color is #fe1adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe1adc


Comments

No comments written yet.

Please login to write comment.