Color Hex Logo

#feedff Color Hex

#FEEDFF
(254,237,255)
0 Favorites   0 Comments

Color spaces of #feedff

RGB 254237255
HSL0.821.000.96
HSV297°100°
CMYK 0.000.070.00   0.00
XYZ89.207288.8592107.0576
Yxy88.85920.31290.3117
Hunter Lab94.26523.9583-1.3505
CIE-Lab95.52158.8463-6.5975

#feedff color RGB value is (254,237,255).

#feedff hex color red value is 254, green value is 237 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #feedff hue: 0.82 , saturation: 1.00 and the lightness value of feedff is 0.96.

The process color (four color CMYK) of #feedff color hex is 0.00, 0.07, 0.00, 0.00. Web safe color of #feedff is #ffffff. Color #feedff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101101 11111111
Octal 376 355 377
Decimal 254 237 255
Hex FE ED FF

RGB Percentages of Color #feedff

%34.05
%31.77
%34.18

CMYK Percentages of Color #feedff

%0
%7
%0
%0

Triadic Colors of #feedff

#feedff #fffeed #edfffe

Analogous Colors of #feedff

#feedff #ffedf7 #f5edff

Monochromatic Colors of #feedff

#feedff

Complementary Color

#feedff #eeffed

#feedff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feedff Color Preview on White Background

Lorem ipsum dolor sit amet.

#feedff Color CSS Codes

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

#feedff Text Font Color

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

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


#feedff Background Color

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

This div background color is #feedff


#feedff Border Color

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

This div border color is #feedff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feedff

Related Colors


Comments

No comments written yet.

Please login to write comment.