Color Hex Logo

#fe8adc Color Hex

#FE8ADC
(254,138,220)
0 Favorites   0 Comments

Color spaces of #fe8adc

RGB 254138220
HSL0.880.980.77
HSV318°46°100°
CMYK 0.000.460.13   0.00
XYZ62.879844.415172.9690
Yxy44.41510.34880.2464
Hunter Lab66.644751.7881-18.2652
CIE-Lab72.505154.1859-22.4257

#fe8adc color RGB value is (254,138,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10001010 11011100
Octal 376 212 334
Decimal 254 138 220
Hex FE 8A DC

RGB Percentages of Color #fe8adc

%41.50
%22.55
%35.95

CMYK Percentages of Color #fe8adc

%0
%46
%13
%0

Triadic Colors of #fe8adc

#fe8adc #dcfe8a #8adcfe

Analogous Colors of #fe8adc

#fe8adc #fe8aa2 #e68afe

Monochromatic Colors of #fe8adc

#fe8adc

Complementary Color

#fe8adc #8afeac

#fe8adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe8adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe8adc Color CSS Codes

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

#fe8adc Text Font Color

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

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


#fe8adc Background Color

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

This div background color is #fe8adc


#fe8adc Border Color

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

This div border color is #fe8adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe8adc

Related Colors


Comments

No comments written yet.

Please login to write comment.