Color Hex Logo

#fdfeff Color Hex

#FDFEFF
(253,254,255)
2 Favorites   1 Comments

Color spaces of #fdfeff

RGB 253254255
HSL0.581.001.00
HSV210°100°
CMYK 0.010.000.00   0.00
XYZ93.999898.9863108.7597
Yxy98.98630.31150.3280
Hunter Lab99.4919-5.46414.8313
CIE-Lab99.6067-0.1478-0.6026

#fdfeff color RGB value is (253,254,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111110 11111111
Octal 375 376 377
Decimal 253 254 255
Hex FD FE FF

Shades of #fdfeff


Tints of #fdfeff

All tints are identical with #fdfeff

RGB Percentages of Color #fdfeff

%33.20
%33.33
%33.46

CMYK Percentages of Color #fdfeff

%1
%0
%0
%0

Triadic Colors of #fdfeff

#fdfeff #fffdfe #fefffd

Analogous Colors of #fdfeff

#fdfeff #fdfdff #fdffff

Monochromatic Colors of #fdfeff

#fdfeff

Complementary Color

#fdfeff #fffefd

#fdfeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfeff Color CSS Codes

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

#fdfeff Text Font Color

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

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


#fdfeff Background Color

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

This div background color is #fdfeff


#fdfeff Border Color

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

This div border color is #fdfeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfeff

Related Colors


Comments

25 Sep 2020, 0:20 LinKueiDragon

Underrated

Please login to write comment.