Color Hex Logo

#fffdb9 Color Hex

#FFFDB9
(255,253,185)
3 Favorites   0 Comments

Color spaces of #fffdb9

RGB 255253185
HSL0.161.000.86
HSV58°27°100°
CMYK 0.000.010.27   0.00
XYZ85.122295.013359.7519
Yxy95.01330.35480.3961
Hunter Lab97.4748-14.701431.8876
CIE-Lab98.0388-9.593632.8765

#fffdb9 color RGB value is (255,253,185).

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

The process color (four color CMYK) of #fffdb9 color hex is 0.00, 0.01, 0.27, 0.00. Web safe color of #fffdb9 is #ffffcc. Color #fffdb9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111101 10111001
Octal 377 375 271
Decimal 255 253 185
Hex FF FD B9

RGB Percentages of Color #fffdb9

%36.80
%36.51
%26.70

CMYK Percentages of Color #fffdb9

%0
%1
%27
%0

Triadic Colors of #fffdb9

#fffdb9 #b9fffd #fdb9ff

Analogous Colors of #fffdb9

#fffdb9 #deffb9 #ffdab9

Monochromatic Colors of #fffdb9

#fffdb9

Complementary Color

#fffdb9 #b9bbff

#fffdb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffdb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffdb9 Color CSS Codes

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

#fffdb9 Text Font Color

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

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


#fffdb9 Background Color

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

This div background color is #fffdb9


#fffdb9 Border Color

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

This div border color is #fffdb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffdb9

Related Colors


Comments

No comments written yet.

Please login to write comment.