Color Hex Logo

#feddfe Color Hex

#FEDDFE
(254,221,254)
0 Favorites   0 Comments

Color spaces of #feddfe

RGB 254221254
HSL0.830.940.93
HSV300°13°100°
CMYK 0.000.130.00   0.00
XYZ84.618979.9395104.7359
Yxy79.93950.31420.2968
Hunter Lab89.408912.4715-6.8676
CIE-Lab91.657716.9595-11.8111

#feddfe color RGB value is (254,221,254).

#feddfe hex color red value is 254, green value is 221 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #feddfe hue: 0.83 , saturation: 0.94 and the lightness value of feddfe is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011101 11111110
Octal 376 335 376
Decimal 254 221 254
Hex FE DD FE

RGB Percentages of Color #feddfe

%34.84
%30.32
%34.84

CMYK Percentages of Color #feddfe

%0
%13
%0
%0

Triadic Colors of #feddfe

#feddfe #fefedd #ddfefe

Analogous Colors of #feddfe

#feddfe #feddee #eeddfe

Monochromatic Colors of #feddfe

#feddfe

Complementary Color

#feddfe #ddfedd

#feddfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feddfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#feddfe Color CSS Codes

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

#feddfe Text Font Color

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

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


#feddfe Background Color

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

This div background color is #feddfe


#feddfe Border Color

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

This div border color is #feddfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feddfe

Related Colors


Comments

No comments written yet.

Please login to write comment.