Color Hex Logo

#fdedfe Color Hex

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

Color spaces of #fdedfe

RGB 253237254
HSL0.820.890.96
HSV296°100°
CMYK 0.000.070.00   0.00
XYZ88.681688.6068106.1947
Yxy88.60680.31280.3126
Hunter Lab94.13123.4364-0.9966
CIE-Lab95.41598.3385-6.2440

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

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

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

Base Numbers

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

RGB Percentages of Color #fdedfe

%34.01
%31.85
%34.14

CMYK Percentages of Color #fdedfe

%0
%7
%0
%0

Triadic Colors of #fdedfe

#fdedfe #fefded #edfefd

Analogous Colors of #fdedfe

#fdedfe #feedf7 #f5edfe

Monochromatic Colors of #fdedfe

#fdedfe

Complementary Color

#fdedfe #eefeed

#fdedfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdedfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdedfe Color CSS Codes

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

#fdedfe Text Font Color

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

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


#fdedfe Background Color

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

This div background color is #fdedfe


#fdedfe Border Color

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

This div border color is #fdedfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdedfe

Related Colors


Comments

No comments written yet.

Please login to write comment.