Color Hex Logo

#feaded Color Hex

#FEADED
(254,173,237)
1 Favorites   0 Comments

Color spaces of #feaded

RGB 254173237
HSL0.870.980.84
HSV313°32°100°
CMYK 0.000.320.07   0.00
XYZ71.102757.072487.3893
Yxy57.07240.32980.2648
Hunter Lab75.546335.7948-15.7022
CIE-Lab80.220339.1494-19.9673

#feaded color RGB value is (254,173,237).

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

The process color (four color CMYK) of #feaded color hex is 0.00, 0.32, 0.07, 0.00. Web safe color of #feaded is #ff99ff. Color #feaded contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101101 11101101
Octal 376 255 355
Decimal 254 173 237
Hex FE AD ED

RGB Percentages of Color #feaded

%38.25
%26.05
%35.69

CMYK Percentages of Color #feaded

%0
%32
%7
%0

Triadic Colors of #feaded

#feaded #edfead #adedfe

Analogous Colors of #feaded

#feaded #feadc5 #e7adfe

Monochromatic Colors of #feaded

#feaded

Complementary Color

#feaded #adfebe

#feaded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaded Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaded Color CSS Codes

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

#feaded Text Font Color

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

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


#feaded Background Color

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

This div background color is #feaded


#feaded Border Color

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

This div border color is #feaded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaded

Related Colors


Comments

No comments written yet.

Please login to write comment.