Color Hex Logo

#feafdc Color Hex

#FEAFDC
(254,175,220)
0 Favorites   0 Comments

Color spaces of #feafdc

RGB 254175220
HSL0.910.980.84
HSV326°31°100°
CMYK 0.000.310.13   0.00
XYZ69.121356.898175.0495
Yxy56.89810.34380.2830
Hunter Lab75.430831.5651-6.1887
CIE-Lab80.122235.3161-10.9405

#feafdc color RGB value is (254,175,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101111 11011100
Octal 376 257 334
Decimal 254 175 220
Hex FE AF DC

RGB Percentages of Color #feafdc

%39.14
%26.96
%33.90

CMYK Percentages of Color #feafdc

%0
%31
%13
%0

Triadic Colors of #feafdc

#feafdc #dcfeaf #afdcfe

Analogous Colors of #feafdc

#feafdc #feafb5 #f9affe

Monochromatic Colors of #feafdc

#feafdc

Complementary Color

#feafdc #affed1

#feafdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feafdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#feafdc Color CSS Codes

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

#feafdc Text Font Color

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

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


#feafdc Background Color

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

This div background color is #feafdc


#feafdc Border Color

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

This div border color is #feafdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feafdc

Related Colors


Comments

No comments written yet.

Please login to write comment.