Color Hex Logo

#fdffb7 Color Hex

#FDFFB7
(253,255,183)
0 Favorites   0 Comments

Color spaces of #fdffb7

RGB 253255183
HSL0.171.000.86
HSV62°28°100°
CMYK 0.010.000.28   0.00
XYZ84.815395.821558.8249
Yxy95.82150.35420.4002
Hunter Lab97.8885-16.643832.8923
CIE-Lab98.3613-11.563334.2836

#fdffb7 color RGB value is (253,255,183).

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

The process color (four color CMYK) of #fdffb7 color hex is 0.01, 0.00, 0.28, 0.00. Web safe color of #fdffb7 is #ffffcc. Color #fdffb7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111111 10110111
Octal 375 377 267
Decimal 253 255 183
Hex FD FF B7

RGB Percentages of Color #fdffb7

%36.61
%36.90
%26.48

CMYK Percentages of Color #fdffb7

%1
%0
%28
%0

Triadic Colors of #fdffb7

#fdffb7 #b7fdff #ffb7fd

Analogous Colors of #fdffb7

#fdffb7 #d9ffb7 #ffddb7

Monochromatic Colors of #fdffb7

#fdffb7

Complementary Color

#fdffb7 #b9b7ff

#fdffb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdffb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdffb7 Color CSS Codes

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

#fdffb7 Text Font Color

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

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


#fdffb7 Background Color

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

This div background color is #fdffb7


#fdffb7 Border Color

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

This div border color is #fdffb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdffb7

#fdffb7 Color Palettes


Comments

No comments written yet.

Please login to write comment.