Color Hex Logo

#feedfd Color Hex

#FEEDFD
(254,237,253)
0 Favorites   0 Comments

Color spaces of #feedfd

RGB 254237253
HSL0.840.890.96
HSV304°100°
CMYK 0.000.070.00   0.00
XYZ88.886988.7311105.3705
Yxy88.73110.31410.3136
Hunter Lab94.19723.5921-0.3847
CIE-Lab95.46798.4908-5.6397

#feedfd color RGB value is (254,237,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101101 11111101
Octal 376 355 375
Decimal 254 237 253
Hex FE ED FD

RGB Percentages of Color #feedfd

%34.14
%31.85
%34.01

CMYK Percentages of Color #feedfd

%0
%7
%0
%0

Triadic Colors of #feedfd

#feedfd #fdfeed #edfdfe

Analogous Colors of #feedfd

#feedfd #feedf5 #f7edfe

Monochromatic Colors of #feedfd

#feedfd

Complementary Color

#feedfd #edfeee

#feedfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feedfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#feedfd Color CSS Codes

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

#feedfd Text Font Color

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

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


#feedfd Background Color

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

This div background color is #feedfd


#feedfd Border Color

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

This div border color is #feedfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feedfd

Related Colors


Comments

No comments written yet.

Please login to write comment.