Color Hex Logo

#fe9cdc Color Hex

#FE9CDC
(254,156,220)
0 Favorites   0 Comments

Color spaces of #fe9cdc

RGB 254156220
HSL0.890.980.80
HSV321°39°100°
CMYK 0.000.390.13   0.00
XYZ65.679850.015173.9023
Yxy50.01510.34640.2638
Hunter Lab70.721442.0128-12.4518
CIE-Lab76.078545.1561-17.0077

#fe9cdc color RGB value is (254,156,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10011100 11011100
Octal 376 234 334
Decimal 254 156 220
Hex FE 9C DC

RGB Percentages of Color #fe9cdc

%40.32
%24.76
%34.92

CMYK Percentages of Color #fe9cdc

%0
%39
%13
%0

Triadic Colors of #fe9cdc

#fe9cdc #dcfe9c #9cdcfe

Analogous Colors of #fe9cdc

#fe9cdc #fe9cab #ef9cfe

Monochromatic Colors of #fe9cdc

#fe9cdc

Complementary Color

#fe9cdc #9cfebe

#fe9cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe9cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe9cdc Color CSS Codes

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

#fe9cdc Text Font Color

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

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


#fe9cdc Background Color

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

This div background color is #fe9cdc


#fe9cdc Border Color

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

This div border color is #fe9cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe9cdc


Comments

No comments written yet.

Please login to write comment.